#473A02

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

Shades of Madras #473A02

Tints of Madras #473A02

Color information

#473A02 (or 0x473A02) is unknown color: approx Madras. HEX triplet: 47, 3A and 02. RGB value is (71,58,2). Sum of RGB (Red+Green+Blue) = 71+58+2=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #473A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473A02 is #B8C5FD. Grayscale: #373737. Windows color (decimal): -12109310 or 145991. OLE color: 145991.

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

Color convert

RGB71582-
CMYK00.180.970.72
HSL48.7º94.52%14.31%-
HSV(B)48.7º97.18%27.84%-
XYZ4.124.370.68-
YUV55.597.81139.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.20%
GREEN value IS 58 (23.05% from 255) = 44.27%
BLUE value IS 2 (1.17% from 255) = 1.53%
R=54.20%
G=44.27%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7158200.180.970.7248.794.5214.31
Hex473A20126148315fe
Octal1077220221411106113716
Binary1000111111010100100101100001100100011000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473A02; }

 p { color: rgb(71,58,2); }

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

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

 a { background-color: rgb(71,58,2); }

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

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

 span { border-color: rgb(71,58,2); }

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