Html Css Color HEX #474418 Madras

📋 copy color: '#474418'

red 71 ◦ green 68 ◦ blue 24

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

Shades of Madras #474418

Tints of Madras #474418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.72%

R = 43.56%
G = 41.72%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#474418 (or 0x474418) is known color: Madras. HEX triplet: 47, 44 and 18. RGB value is (71,68,24). Sum of RGB (Red+Green+Blue) = 71+68+24=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #474418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474418 is #B8BBE7. Grayscale: #404040. Windows color (decimal): -12106728 or 1590343. OLE color: 1590343.

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

Color convert

RGB 71 68 24 -
CMYK 0 0.04 0.66 0.72
HSL 56.17º 0.49% 0.19% -
HSV(B) 56.17º 0.66% 0.28% -
XYZ 4.83 5.54 1.68 -
YUV 63.88 105.49 133.08 -
System Red Green Blue C M Y K H S L
Decimal 71 68 24 0 0.04 0.66 0.72 56.17 0.49 0.19
Hex 47 44 18 0 4 42 48 38 31 13
Octal 107 104 30 0 4 102 110 70 61 23
Binary 1000111 1000100 11000 0 100 1000010 1001000 111000 110001 10011

Color Harmonies of #474418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474418

Black with #474418

Text Example


Text Example

White with #474418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474418; }

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

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

background-color css

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

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

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

border-color css

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

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

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