Html Css Color HEX #474112 Madras

📋 copy color: '#474112'

red 71 ◦ green 65 ◦ blue 18

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

Shades of Madras #474112

Tints of Madras #474112

RGB

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

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

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

R = 46.1%
G = 42.21%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#474112 (or 0x474112) is known color: Madras. HEX triplet: 47, 41 and 12. RGB value is (71,65,18). Sum of RGB (Red+Green+Blue) = 71+65+18=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #474112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474112 is #B8BEED. Grayscale: #3D3D3D. Windows color (decimal): -12107502 or 1196359. OLE color: 1196359.

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

Color convert

RGB 71 65 18 -
CMYK 0 0.08 0.75 0.72
HSL 53.21º 0.6% 0.17% -
HSV(B) 53.21º 0.75% 0.28% -
XYZ 4.6 5.16 1.33 -
YUV 61.44 103.49 134.82 -
System Red Green Blue C M Y K H S L
Decimal 71 65 18 0 0.08 0.75 0.72 53.21 0.6 0.17
Hex 47 41 12 0 8 4B 48 35 3C 11
Octal 107 101 22 0 10 113 110 65 74 21
Binary 1000111 1000001 10010 0 1000 1001011 1001000 110101 111100 10001

Color Harmonies of #474112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474112

Black with #474112

Text Example


Text Example

White with #474112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474112; }

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

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

background-color css

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

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

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

border-color css

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

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

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