Html Css Color HEX #474118 Madras

📋 copy color: '#474118'

red 71 ◦ green 65 ◦ blue 24

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

Shades of Madras #474118

Tints of Madras #474118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.63%

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

R = 44.38%
G = 40.63%
B = 15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#474118 (or 0x474118) is known color: Madras. HEX triplet: 47, 41 and 18. RGB value is (71,65,24). Sum of RGB (Red+Green+Blue) = 71+65+24=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #474118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474118 is #B8BEE7. Grayscale: #3E3E3E. Windows color (decimal): -12107496 or 1589575. OLE color: 1589575.

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

Color convert

RGB 71 65 24 -
CMYK 0 0.08 0.66 0.72
HSL 52.34º 0.49% 0.19% -
HSV(B) 52.34º 0.66% 0.28% -
XYZ 4.65 5.19 1.62 -
YUV 62.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 71 65 24 0 0.08 0.66 0.72 52.34 0.49 0.19
Hex 47 41 18 0 8 42 48 34 31 13
Octal 107 101 30 0 10 102 110 64 61 23
Binary 1000111 1000001 11000 0 1000 1000010 1001000 110100 110001 10011

Color Harmonies of #474118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474118

Black with #474118

Text Example


Text Example

White with #474118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474118; }

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

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

background-color css

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

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

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

border-color css

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

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

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