Html Css Color HEX #474010 Madras

📋 copy color: '#474010'

red 71 ◦ green 64 ◦ blue 16

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

Shades of Madras #474010

Tints of Madras #474010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.38%

 BLUE value IS 16 (6.64% from 255) = 10.6%

R = 47.02%
G = 42.38%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#474010 (or 0x474010) is known color: Madras. HEX triplet: 47, 40 and 10. RGB value is (71,64,16). Sum of RGB (Red+Green+Blue) = 71+64+16=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #474010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474010 is #B8BFEF. Grayscale: #3C3C3C. Windows color (decimal): -12107760 or 1065031. OLE color: 1065031.

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

Color convert

RGB 71 64 16 -
CMYK 0 0.10 0.77 0.72
HSL 52.36º 0.63% 0.17% -
HSV(B) 52.36º 0.77% 0.28% -
XYZ 4.53 5.04 1.23 -
YUV 60.62 102.82 135.4 -
System Red Green Blue C M Y K H S L
Decimal 71 64 16 0 0.10 0.77 0.72 52.36 0.63 0.17
Hex 47 40 10 0 A 4D 48 34 3F 11
Octal 107 100 20 0 12 115 110 64 77 21
Binary 1000111 1000000 10000 0 1010 1001101 1001000 110100 111111 10001

Color Harmonies of #474010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474010

Black with #474010

Text Example


Text Example

White with #474010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474010; }

 p { color: rgb(71,64,16); }

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

background-color css

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

 a { background-color: rgb(71,64,16); }

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

border-color css

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

 span { border-color: rgb(71,64,16); }

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