#4D470D

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

Shades of Madras #4D470D

Tints of Madras #4D470D

Color information

#4D470D (or 0x4D470D) is unknown color: approx Madras. HEX triplet: 4D, 47 and 0D. RGB value is (77,71,13). Sum of RGB (Red+Green+Blue) = 77+71+13=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D470D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D470D is #B2B8F2. Grayscale: #424242. Windows color (decimal): -11712755 or 870221. OLE color: 870221.

HSL color Cylindrical-coordinate representation of color #4D470D: hue angle of 54.38º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D470D is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.70.

Color convert

RGB777113-
CMYK00.080.830.70
HSL54.38º71.11%17.65%-
HSV(B)54.38º83.12%30.2%-
XYZ5.396.111.28-
YUV66.1897.99135.72-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 47.83%
GREEN value IS 71 (28.12% from 255) = 44.10%
BLUE value IS 13 (5.47% from 255) = 8.07%
R=47.83%
G=44.10%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77711300.080.830.7054.3871.1117.65
Hex4D47D085346364712
Octal115107150101231066610722
Binary1001101100011111010100010100111000110110110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D470D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D470D; }

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

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

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

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

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

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

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

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