Html Css Color HEX #474012 Madras

📋 copy color: '#474012'

red 71 ◦ green 64 ◦ blue 18

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

Shades of Madras #474012

Tints of Madras #474012

RGB

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

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

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

R = 46.41%
G = 41.83%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#474012 (or 0x474012) is known color: Madras. HEX triplet: 47, 40 and 12. RGB value is (71,64,18). Sum of RGB (Red+Green+Blue) = 71+64+18=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #474012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474012 is #B8BFED. Grayscale: #3D3D3D. Windows color (decimal): -12107758 or 1196103. OLE color: 1196103.

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

Color convert

RGB 71 64 18 -
CMYK 0 0.10 0.75 0.72
HSL 52.08º 0.6% 0.17% -
HSV(B) 52.08º 0.75% 0.28% -
XYZ 4.54 5.05 1.31 -
YUV 60.85 103.82 135.24 -
System Red Green Blue C M Y K H S L
Decimal 71 64 18 0 0.10 0.75 0.72 52.08 0.6 0.17
Hex 47 40 12 0 A 4B 48 34 3C 11
Octal 107 100 22 0 12 113 110 64 74 21
Binary 1000111 1000000 10010 0 1010 1001011 1001000 110100 111100 10001

Color Harmonies of #474012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474012

Black with #474012

Text Example


Text Example

White with #474012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474012; }

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

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

background-color css

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

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

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

border-color css

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

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

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