Html Css Color HEX #474215 Madras

📋 copy color: '#474215'

red 71 ◦ green 66 ◦ blue 21

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

Shades of Madras #474215

Tints of Madras #474215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.29%

R = 44.94%
G = 41.77%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#474215 (or 0x474215) is known color: Madras. HEX triplet: 47, 42 and 15. RGB value is (71,66,21). Sum of RGB (Red+Green+Blue) = 71+66+21=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #474215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474215 is #B8BDEA. Grayscale: #3E3E3E. Windows color (decimal): -12107243 or 1393223. OLE color: 1393223.

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

Color convert

RGB 71 66 21 -
CMYK 0 0.07 0.70 0.72
HSL 54º 0.54% 0.18% -
HSV(B) 54º 0.7% 0.28% -
XYZ 4.68 5.29 1.48 -
YUV 62.37 104.66 134.16 -
System Red Green Blue C M Y K H S L
Decimal 71 66 21 0 0.07 0.70 0.72 54 0.54 0.18
Hex 47 42 15 0 7 46 48 36 36 12
Octal 107 102 25 0 7 106 110 66 66 22
Binary 1000111 1000010 10101 0 111 1000110 1001000 110110 110110 10010

Color Harmonies of #474215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474215

Black with #474215

Text Example


Text Example

White with #474215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474215; }

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

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

background-color css

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

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

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

border-color css

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

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

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