#474203

Color #474203 Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #474203

Tints of Madras #474203

Color information

#474203 (or 0x474203) is unknown color: approx Madras. HEX triplet: 47, 42 and 03. RGB value is (71,66,3). Sum of RGB (Red+Green+Blue) = 71+66+3=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #474203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474203 is #B8BDFC. Grayscale: #3C3C3C. Windows color (decimal): -12107261 or 213575. OLE color: 213575.

HSL color Cylindrical-coordinate representation of color #474203: hue angle of 55.59º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #474203 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB71663-
CMYK00.070.960.72
HSL55.59º91.89%14.51%-
HSV(B)55.59º95.77%27.84%-
XYZ4.565.240.86-
YUV60.3195.66135.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.71%
GREEN value IS 66 (26.17% from 255) = 47.14%
BLUE value IS 3 (1.56% from 255) = 2.14%
R=50.71%
G=47.14%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7166300.070.960.7255.5991.8914.51
Hex47423076048385cf
Octal1071023071401107013417
Binary100011110000101101111100000100100011100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474203; }

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

 H1.HeaderClassName
 {
   color: #474203;
 }
 .AnyTagClassName
 {
   color: #474203;
 }
</style>
background-color css

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

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

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

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

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

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