Html Css Color HEX #474514 Madras

📋 copy color: '#474514'

red 71 ◦ green 69 ◦ blue 20

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

Shades of Madras #474514

Tints of Madras #474514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.13%

 BLUE value IS 20 (8.2% from 255) = 12.5%

R = 44.38%
G = 43.13%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#474514 (or 0x474514) is known color: Madras. HEX triplet: 47, 45 and 14. RGB value is (71,69,20). Sum of RGB (Red+Green+Blue) = 71+69+20=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #474514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474514 is #B8BAEB. Grayscale: #404040. Windows color (decimal): -12106476 or 1328455. OLE color: 1328455.

HSL color Cylindrical-coordinate representation of color #474514: hue angle of 57.65º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #474514 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 69 20 -
CMYK 0 0.03 0.72 0.72
HSL 57.65º 0.56% 0.18% -
HSV(B) 57.65º 0.72% 0.28% -
XYZ 4.85 5.65 1.5 -
YUV 64.01 103.16 132.98 -
System Red Green Blue C M Y K H S L
Decimal 71 69 20 0 0.03 0.72 0.72 57.65 0.56 0.18
Hex 47 45 14 0 3 48 48 3A 38 12
Octal 107 105 24 0 3 110 110 72 70 22
Binary 1000111 1000101 10100 0 11 1001000 1001000 111010 111000 10010

Color Harmonies of #474514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474514

Black with #474514

Text Example


Text Example

White with #474514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474514; }

 p { color: rgb(71,69,20); }

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

background-color css

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

 a { background-color: rgb(71,69,20); }

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

border-color css

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

 span { border-color: rgb(71,69,20); }

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