Html Css Color HEX #463402 Mikado

📋 copy color: '#463402'

red 70 ◦ green 52 ◦ blue 2

#463402
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mikado #463402

Tints of Mikado #463402

RGB

 RED value IS 70 (27.73% from 255) = 56.45%

 GREEN value IS 52 (20.7% from 255) = 41.94%

 BLUE value IS 2 (1.17% from 255) = 1.61%

R = 56.45%
G = 41.94%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#463402 (or 0x463402) is known color: Mikado. HEX triplet: 46, 34 and 02. RGB value is (70,52,2). Sum of RGB (Red+Green+Blue) = 70+52+2=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #463402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463402 is #B9CBFD. Grayscale: #333333. Windows color (decimal): -12176382 or 144454. OLE color: 144454.

HSL color Cylindrical-coordinate representation of color #463402: hue angle of 44.12º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #463402 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 52 2 -
CMYK 0 0.26 0.97 0.73
HSL 44.12º 0.94% 0.14% -
HSV(B) 44.12º 0.97% 0.27% -
XYZ 3.76 3.76 0.59 -
YUV 51.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 70 52 2 0 0.26 0.97 0.73 44.12 0.94 0.14
Hex 46 34 2 0 1A 61 49 2C 5E E
Octal 106 64 2 0 32 141 111 54 136 16
Binary 1000110 110100 10 0 11010 1100001 1001001 101100 1011110 1110

Color Harmonies of #463402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463402

Black with #463402

Text Example


Text Example

White with #463402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463402; }

 p { color: rgb(70,52,2); }

 H1.HeaderClassName
 {
   color: #463402;
 }
 .AnyTagClassName
 {
   color: #463402;
 }
</style>

background-color css

<style>
 a { background-color: #463402; }

 a { background-color: rgb(70,52,2); }

 div.DivClassName
 {
   background-color: #463402;
 }
 .BgClassName
 {
   background-color: #463402;
 }
</style>

border-color css

<style>
 span { border-color: #463402; }

 span { border-color: rgb(70,52,2); }

 td.TdClassName
 {
   border-color: #463402;
 }
 .TagClassName
 {
   border-color: #463402;
 }
</style>