#4C450B

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

Shades of Madras #4C450B

Tints of Madras #4C450B

Color information

#4C450B (or 0x4C450B) is unknown color: approx Madras. HEX triplet: 4C, 45 and 0B. RGB value is (76,69,11). Sum of RGB (Red+Green+Blue) = 76+69+11=156 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.72% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 76 - color contains mainly: red. Hex color #4C450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C450B is #B3BAF4. Grayscale: #404040. Windows color (decimal): -11778805 or 738636. OLE color: 738636.

HSL color Cylindrical-coordinate representation of color #4C450B: hue angle of 53.54º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C450B is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.70.

Color convert

RGB766911-
CMYK00.090.860.70
HSL53.54º74.71%17.06%-
HSV(B)53.54º85.53%29.8%-
XYZ5.175.821.17-
YUV64.4897.82136.22-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 48.72%
GREEN value IS 69 (27.34% from 255) = 44.23%
BLUE value IS 11 (4.69% from 255) = 7.05%
R=48.72%
G=44.23%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76691100.090.860.7053.5474.7117.06
Hex4C45B095646364b11
Octal114105130111261066611321
Binary1001100100010110110100110101101000110110110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,69,11); }

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

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

 a { background-color: rgb(76,69,11); }

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

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

 span { border-color: rgb(76,69,11); }

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