#47380A

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

Shades of Madras #47380A

Tints of Madras #47380A

Color information

#47380A (or 0x47380A) is unknown color: approx Madras. HEX triplet: 47, 38 and 0A. RGB value is (71,56,10). Sum of RGB (Red+Green+Blue) = 71+56+10=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #47380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47380A is #B8C7F5. Grayscale: #373737. Windows color (decimal): -12109814 or 669767. OLE color: 669767.

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

Color convert

RGB715610-
CMYK00.210.860.72
HSL45.25º75.31%15.88%-
HSV(B)45.25º85.92%27.84%-
XYZ4.074.190.88-
YUV55.24102.47139.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.82%
GREEN value IS 56 (22.27% from 255) = 40.88%
BLUE value IS 10 (4.30% from 255) = 7.30%
R=51.82%
G=40.88%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71561000.210.860.7245.2575.3115.88
Hex4738A01556482d4b10
Octal10770120251261105511320
Binary1000111111000101001010110101101001000101101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47380A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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