#47380F

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

Shades of Madras #47380F

Tints of Madras #47380F

Color information

#47380F (or 0x47380F) is unknown color: approx Madras. HEX triplet: 47, 38 and 0F. RGB value is (71,56,15). Sum of RGB (Red+Green+Blue) = 71+56+15=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #47380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47380F is #B8C7F0. Grayscale: #373737. Windows color (decimal): -12109809 or 997447. OLE color: 997447.

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

Color convert

RGB715615-
CMYK00.210.790.72
HSL43.93º65.12%16.86%-
HSV(B)43.93º78.87%27.84%-
XYZ4.14.21.05-
YUV55.81104.97138.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 15 (6.25% from 255) = 10.56%
R=50%
G=39.44%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71561500.210.790.7243.9365.1216.86
Hex4738F0154F482c4111
Octal10770170251171105410121
Binary1000111111000111101010110011111001000101100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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