#473F02

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

Shades of Madras #473F02

Tints of Madras #473F02

Color information

#473F02 (or 0x473F02) is unknown color: approx Madras. HEX triplet: 47, 3F and 02. RGB value is (71,63,2). Sum of RGB (Red+Green+Blue) = 71+63+2=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 63 (25% from 255 or 46.32% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #473F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473F02 is #B8C0FD. Grayscale: #3A3A3A. Windows color (decimal): -12108030 or 147271. OLE color: 147271.

HSL color Cylindrical-coordinate representation of color #473F02: hue angle of 53.04º 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 #473F02 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB71632-
CMYK00.110.970.72
HSL53.04º94.52%14.31%-
HSV(B)53.04º97.18%27.84%-
XYZ4.394.90.77-
YUV58.4496.15136.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.21%
GREEN value IS 63 (25% from 255) = 46.32%
BLUE value IS 2 (1.17% from 255) = 1.47%
R=52.21%
G=46.32%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7163200.110.970.7253.0494.5214.31
Hex473F20B6148355fe
Octal1077720131411106513716
Binary100011111111110010111100001100100011010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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