#4C3C1F

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

Shades of Madras #4C3C1F

Tints of Madras #4C3C1F

Color information

#4C3C1F (or 0x4C3C1F) is unknown color: approx Madras. HEX triplet: 4C, 3C and 1F. RGB value is (76,60,31). Sum of RGB (Red+Green+Blue) = 76+60+31=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3C1F is #B3C3E0. Grayscale: #3D3D3D. Windows color (decimal): -11781089 or 2047052. OLE color: 2047052.

HSL color Cylindrical-coordinate representation of color #4C3C1F: hue angle of 38.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 #4C3C1F is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.70.

Color convert

RGB766031-
CMYK00.210.590.70
HSL38.67º42.06%20.98%-
HSV(B)38.67º59.21%29.8%-
XYZ4.844.871.98-
YUV61.48110.8138.36-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.51%
GREEN value IS 60 (23.83% from 255) = 35.93%
BLUE value IS 31 (12.5% from 255) = 18.56%
R=45.51%
G=35.93%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76603100.210.590.7038.6742.0620.98
Hex4C3C1F0153B46272a15
Octal114743702573106475225
Binary100110011110011111010101111011100011010011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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