Html Css Color HEX #474220 Madras

📋 copy color: '#474220'

red 71 ◦ green 66 ◦ blue 32

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

Shades of Madras #474220

Tints of Madras #474220

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.05%

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

R = 42.01%
G = 39.05%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#474220 (or 0x474220) is known color: Madras. HEX triplet: 47, 42 and 20. RGB value is (71,66,32). Sum of RGB (Red+Green+Blue) = 71+66+32=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #474220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474220 is #B8BDDF. Grayscale: #3F3F3F. Windows color (decimal): -12107232 or 2114119. OLE color: 2114119.

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

Color convert

RGB 71 66 32 -
CMYK 0 0.07 0.55 0.72
HSL 52.31º 0.38% 0.2% -
HSV(B) 52.31º 0.55% 0.28% -
XYZ 4.81 5.34 2.14 -
YUV 63.62 110.16 133.26 -
System Red Green Blue C M Y K H S L
Decimal 71 66 32 0 0.07 0.55 0.72 52.31 0.38 0.2
Hex 47 42 20 0 7 37 48 34 26 14
Octal 107 102 40 0 7 67 110 64 46 24
Binary 1000111 1000010 100000 0 111 110111 1001000 110100 100110 10100

Color Harmonies of #474220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474220

Black with #474220

Text Example


Text Example

White with #474220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474220; }

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

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

background-color css

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

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

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

border-color css

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

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

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