#4C450A

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

Shades of Madras #4C450A

Tints of Madras #4C450A

Color information

#4C450A (or 0x4C450A) is unknown color: approx Madras. HEX triplet: 4C, 45 and 0A. RGB value is (76,69,10). Sum of RGB (Red+Green+Blue) = 76+69+10=155 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.03% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 76 - color contains mainly: red. Hex color #4C450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C450A is #B3BAF5. Grayscale: #404040. Windows color (decimal): -11778806 or 673100. OLE color: 673100.

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

Color convert

RGB766910-
CMYK00.090.870.70
HSL53.64º76.74%16.86%-
HSV(B)53.64º86.84%29.8%-
XYZ5.165.811.14-
YUV64.3797.32136.3-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 49.03%
GREEN value IS 69 (27.34% from 255) = 44.52%
BLUE value IS 10 (4.30% from 255) = 6.45%
R=49.03%
G=44.52%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.87
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76691000.090.870.7053.6476.7416.86
Hex4C45A095746364d11
Octal114105120111271066611521
Binary1001100100010110100100110101111000110110110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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