#47380D

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

Shades of Madras #47380D

Tints of Madras #47380D

Color information

#47380D (or 0x47380D) is unknown color: approx Madras. HEX triplet: 47, 38 and 0D. RGB value is (71,56,13). Sum of RGB (Red+Green+Blue) = 71+56+13=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #47380D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47380D is #B8C7F2. Grayscale: #373737. Windows color (decimal): -12109811 or 866375. OLE color: 866375.

HSL color Cylindrical-coordinate representation of color #47380D: hue angle of 44.48º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47380D is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB715613-
CMYK00.210.820.72
HSL44.48º69.05%16.47%-
HSV(B)44.48º81.69%27.84%-
XYZ4.094.20.98-
YUV55.58103.97139-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.71%
GREEN value IS 56 (22.27% from 255) = 40%
BLUE value IS 13 (5.47% from 255) = 9.29%
R=50.71%
G=40%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71561300.210.820.7244.4869.0516.47
Hex4738D01552482c4510
Octal10770150251221105410520
Binary1000111111000110101010110100101001000101100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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