#473E01

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

Shades of Madras #473E01

Tints of Madras #473E01

Color information

#473E01 (or 0x473E01) is unknown color: approx Madras. HEX triplet: 47, 3E and 01. RGB value is (71,62,1). Sum of RGB (Red+Green+Blue) = 71+62+1=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 62 (24.61% from 255 or 46.27% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #473E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473E01 is #B8C1FE. Grayscale: #393939. Windows color (decimal): -12108287 or 81479. OLE color: 81479.

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

Color convert

RGB71621-
CMYK00.130.990.72
HSL52.29º97.22%14.12%-
HSV(B)52.29º98.59%27.84%-
XYZ4.334.790.72-
YUV57.7495.98137.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.99%
GREEN value IS 62 (24.61% from 255) = 46.27%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=52.99%
G=46.27%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7162100.130.990.7252.2997.2214.12
Hex473E10D63483461e
Octal1077610151431106414116
Binary10001111111101011011100011100100011010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,62,1); }

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

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

 a { background-color: rgb(71,62,1); }

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

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

 span { border-color: rgb(71,62,1); }

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