Html Css Color HEX #464212 Madras

📋 copy color: '#464212'

red 70 ◦ green 66 ◦ blue 18

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

Shades of Madras #464212

Tints of Madras #464212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.86%

 BLUE value IS 18 (7.42% from 255) = 11.69%

R = 45.45%
G = 42.86%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#464212 (or 0x464212) is known color: Madras. HEX triplet: 46, 42 and 12. RGB value is (70,66,18). Sum of RGB (Red+Green+Blue) = 70+66+18=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #464212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464212 is #B9BDED. Grayscale: #3D3D3D. Windows color (decimal): -12172782 or 1196614. OLE color: 1196614.

HSL color Cylindrical-coordinate representation of color #464212: hue angle of 55.38º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #464212 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 66 18 -
CMYK 0 0.06 0.74 0.73
HSL 55.38º 0.59% 0.17% -
HSV(B) 55.38º 0.74% 0.27% -
XYZ 4.58 5.24 1.34 -
YUV 61.72 103.33 133.9 -
System Red Green Blue C M Y K H S L
Decimal 70 66 18 0 0.06 0.74 0.73 55.38 0.59 0.17
Hex 46 42 12 0 6 4A 49 37 3B 11
Octal 106 102 22 0 6 112 111 67 73 21
Binary 1000110 1000010 10010 0 110 1001010 1001001 110111 111011 10001

Color Harmonies of #464212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464212

Black with #464212

Text Example


Text Example

White with #464212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464212; }

 p { color: rgb(70,66,18); }

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

background-color css

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

 a { background-color: rgb(70,66,18); }

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

border-color css

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

 span { border-color: rgb(70,66,18); }

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