#4C481F

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

Shades of Madras #4C481F

Tints of Madras #4C481F

Color information

#4C481F (or 0x4C481F) is unknown color: approx Madras. HEX triplet: 4C, 48 and 1F. RGB value is (76,72,31). Sum of RGB (Red+Green+Blue) = 76+72+31=179 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.46% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 76 - color contains mainly: red. Hex color #4C481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C481F is #B3B7E0. Grayscale: #444444. Windows color (decimal): -11778017 or 2050124. OLE color: 2050124.

HSL color Cylindrical-coordinate representation of color #4C481F: hue angle of 54.67º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C481F is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.70.

Color convert

RGB767231-
CMYK00.050.590.70
HSL54.67º42.06%20.98%-
HSV(B)54.67º59.21%29.8%-
XYZ5.556.272.21-
YUV68.52106.83133.33-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.46%
GREEN value IS 72 (28.52% from 255) = 40.22%
BLUE value IS 31 (12.5% from 255) = 17.32%
R=42.46%
G=40.22%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76723100.050.590.7054.6742.0620.98
Hex4C481F053B46372a15
Octal114110370573106675225
Binary10011001001000111110101111011100011011011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,72,31); }

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

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

 a { background-color: rgb(76,72,31); }

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

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

 span { border-color: rgb(76,72,31); }

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