Html Css Color HEX #474020 Madras

📋 copy color: '#474020'

red 71 ◦ green 64 ◦ blue 32

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

Shades of Madras #474020

Tints of Madras #474020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.16%

R = 42.51%
G = 38.32%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#474020 (or 0x474020) is known color: Madras. HEX triplet: 47, 40 and 20. RGB value is (71,64,32). Sum of RGB (Red+Green+Blue) = 71+64+32=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #474020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474020 is #B8BFDF. Grayscale: #3E3E3E. Windows color (decimal): -12107744 or 2113607. OLE color: 2113607.

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

Color convert

RGB 71 64 32 -
CMYK 0 0.10 0.55 0.72
HSL 49.23º 0.38% 0.2% -
HSV(B) 49.23º 0.55% 0.28% -
XYZ 4.69 5.11 2.11 -
YUV 62.45 110.82 134.1 -
System Red Green Blue C M Y K H S L
Decimal 71 64 32 0 0.10 0.55 0.72 49.23 0.38 0.2
Hex 47 40 20 0 A 37 48 31 26 14
Octal 107 100 40 0 12 67 110 61 46 24
Binary 1000111 1000000 100000 0 1010 110111 1001000 110001 100110 10100

Color Harmonies of #474020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474020

Black with #474020

Text Example


Text Example

White with #474020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474020; }

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

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

background-color css

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

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

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

border-color css

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

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

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