#473900

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

Shades of Madras #473900

Tints of Madras #473900

Color information

#473900 (or 0x473900) is unknown color: approx Madras. HEX triplet: 47, 39 and 00. RGB value is (71,57,0). Sum of RGB (Red+Green+Blue) = 71+57+0=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #473900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473900 is #B8C6FF. Grayscale: #363636. Windows color (decimal): -12109568 or 14663. OLE color: 14663.

HSL color Cylindrical-coordinate representation of color #473900: hue angle of 48.17º 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 #473900 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB71570-
CMYK00.2010.72
HSL48.17º100%13.92%-
HSV(B)48.17º100%27.84%-
XYZ4.064.270.61-
YUV54.6997.14139.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.47%
GREEN value IS 57 (22.66% from 255) = 44.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.47%
G=44.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7157000.2010.7248.1710013.92
Hex4739001464483064e
Octal1077100241441106014416
Binary100011111100100101001100100100100011000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473900; }

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

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

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

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

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

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

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

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