#473800

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

Shades of Madras #473800

Tints of Madras #473800

Color information

#473800 (or 0x473800) is unknown color: approx Madras. HEX triplet: 47, 38 and 00. RGB value is (71,56,0). Sum of RGB (Red+Green+Blue) = 71+56+0=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #473800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473800 is #B8C7FF. Grayscale: #363636. Windows color (decimal): -12109824 or 14407. OLE color: 14407.

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

Color convert

RGB71560-
CMYK00.2110.72
HSL47.32º100%13.92%-
HSV(B)47.32º100%27.84%-
XYZ4.014.170.59-
YUV54.197.47140.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.91%
GREEN value IS 56 (22.27% from 255) = 44.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.91%
G=44.09%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7156000.2110.7247.3210013.92
Hex4738001564482f64e
Octal1077000251441105714416
Binary100011111100000101011100100100100010111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473800; }

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

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

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

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

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

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

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

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