Html Css Color HEX #474218 Madras

📋 copy color: '#474218'

red 71 ◦ green 66 ◦ blue 24

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

Shades of Madras #474218

Tints of Madras #474218

RGB

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

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

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

R = 44.1%
G = 40.99%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#474218 (or 0x474218) is known color: Madras. HEX triplet: 47, 42 and 18. RGB value is (71,66,24). Sum of RGB (Red+Green+Blue) = 71+66+24=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #474218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474218 is #B8BDE7. Grayscale: #3E3E3E. Windows color (decimal): -12107240 or 1589831. OLE color: 1589831.

HSL color Cylindrical-coordinate representation of color #474218: hue angle of 53.62º 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 #474218 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 66 24 -
CMYK 0 0.07 0.66 0.72
HSL 53.62º 0.49% 0.19% -
HSV(B) 53.62º 0.66% 0.28% -
XYZ 4.71 5.3 1.64 -
YUV 62.71 106.16 133.92 -
System Red Green Blue C M Y K H S L
Decimal 71 66 24 0 0.07 0.66 0.72 53.62 0.49 0.19
Hex 47 42 18 0 7 42 48 36 31 13
Octal 107 102 30 0 7 102 110 66 61 23
Binary 1000111 1000010 11000 0 111 1000010 1001000 110110 110001 10011

Color Harmonies of #474218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474218

Black with #474218

Text Example


Text Example

White with #474218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474218; }

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

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

background-color css

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

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

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

border-color css

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

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

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