#473D00

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

Shades of Madras #473D00

Tints of Madras #473D00

Color information

#473D00 (or 0x473D00) is unknown color: approx Madras. HEX triplet: 47, 3D and 00. RGB value is (71,61,0). Sum of RGB (Red+Green+Blue) = 71+61+0=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #473D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473D00 is #B8C2FF. Grayscale: #393939. Windows color (decimal): -12108544 or 15687. OLE color: 15687.

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

Color convert

RGB71610-
CMYK00.1410.72
HSL51.55º100%13.92%-
HSV(B)51.55º100%27.84%-
XYZ4.274.680.68-
YUV57.0495.81137.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.79%
GREEN value IS 61 (24.22% from 255) = 46.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.79%
G=46.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7161000.1410.7251.5510013.92
Hex473D00E64483464e
Octal1077500161441106414416
Binary10001111111010011101100100100100011010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,61,0); }

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

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

 a { background-color: rgb(71,61,0); }

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

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

 span { border-color: rgb(71,61,0); }

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