#4C3A14

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

Shades of Madras #4C3A14

Tints of Madras #4C3A14

Color information

#4C3A14 (or 0x4C3A14) is unknown color: approx Madras. HEX triplet: 4C, 3A and 14. RGB value is (76,58,20). Sum of RGB (Red+Green+Blue) = 76+58+20=154 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.35% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3A14 is #B3C5EB. Grayscale: #3B3B3B. Windows color (decimal): -11781612 or 1325644. OLE color: 1325644.

HSL color Cylindrical-coordinate representation of color #4C3A14: hue angle of 40.71º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C3A14 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB765820-
CMYK00.240.740.70
HSL40.71º58.33%18.82%-
HSV(B)40.71º73.68%29.8%-
XYZ4.624.611.31-
YUV59.05105.96140.09-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 49.35%
GREEN value IS 58 (23.05% from 255) = 37.66%
BLUE value IS 20 (8.20% from 255) = 12.99%
R=49.35%
G=37.66%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76582000.240.740.7040.7158.3318.82
Hex4C3A140184A46293a13
Octal1147224030112106517223
Binary1001100111010101000110001001010100011010100111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,58,20); }

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

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

 a { background-color: rgb(76,58,20); }

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

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

 span { border-color: rgb(76,58,20); }

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