#47370A

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

Shades of Madras #47370A

Tints of Madras #47370A

Color information

#47370A (or 0x47370A) is unknown color: approx Madras. HEX triplet: 47, 37 and 0A. RGB value is (71,55,10). Sum of RGB (Red+Green+Blue) = 71+55+10=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #47370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47370A is #B8C8F5. Grayscale: #363636. Windows color (decimal): -12110070 or 669511. OLE color: 669511.

HSL color Cylindrical-coordinate representation of color #47370A: hue angle of 44.26º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47370A is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB715510-
CMYK00.230.860.72
HSL44.26º75.31%15.88%-
HSV(B)44.26º85.92%27.84%-
XYZ4.024.090.87-
YUV54.65102.8139.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.21%
GREEN value IS 55 (21.88% from 255) = 40.44%
BLUE value IS 10 (4.30% from 255) = 7.35%
R=52.21%
G=40.44%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71551000.230.860.7244.2675.3115.88
Hex4737A01756482c4b10
Octal10767120271261105411320
Binary1000111110111101001011110101101001000101100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47370A; }

 p { color: rgb(71,55,10); }

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

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

 a { background-color: rgb(71,55,10); }

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

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

 span { border-color: rgb(71,55,10); }

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