Html Css Color HEX #474412 Madras

📋 copy color: '#474412'

red 71 ◦ green 68 ◦ blue 18

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

Shades of Madras #474412

Tints of Madras #474412

RGB

 RED value IS 71 (28.13% from 255) = 45.22%

 GREEN value IS 68 (26.95% from 255) = 43.31%

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

R = 45.22%
G = 43.31%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#474412 (or 0x474412) is known color: Madras. HEX triplet: 47, 44 and 12. RGB value is (71,68,18). Sum of RGB (Red+Green+Blue) = 71+68+18=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #474412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474412 is #B8BBED. Grayscale: #3F3F3F. Windows color (decimal): -12106734 or 1197127. OLE color: 1197127.

HSL color Cylindrical-coordinate representation of color #474412: hue angle of 56.6º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #474412 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 68 18 -
CMYK 0 0.04 0.75 0.72
HSL 56.6º 0.6% 0.17% -
HSV(B) 56.6º 0.75% 0.28% -
XYZ 4.77 5.52 1.39 -
YUV 63.2 102.49 133.57 -
System Red Green Blue C M Y K H S L
Decimal 71 68 18 0 0.04 0.75 0.72 56.6 0.6 0.17
Hex 47 44 12 0 4 4B 48 39 3C 11
Octal 107 104 22 0 4 113 110 71 74 21
Binary 1000111 1000100 10010 0 100 1001011 1001000 111001 111100 10001

Color Harmonies of #474412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474412

Black with #474412

Text Example


Text Example

White with #474412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474412; }

 p { color: rgb(71,68,18); }

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

background-color css

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

 a { background-color: rgb(71,68,18); }

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

border-color css

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

 span { border-color: rgb(71,68,18); }

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