#4C430A

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

Shades of Madras #4C430A

Tints of Madras #4C430A

Color information

#4C430A (or 0x4C430A) is unknown color: approx Madras. HEX triplet: 4C, 43 and 0A. RGB value is (76,67,10). Sum of RGB (Red+Green+Blue) = 76+67+10=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C430A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C430A is #B3BCF5. Grayscale: #3F3F3F. Windows color (decimal): -11779318 or 672588. OLE color: 672588.

HSL color Cylindrical-coordinate representation of color #4C430A: hue angle of 51.82º 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 #4C430A is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.70.

Color convert

RGB766710-
CMYK00.120.870.70
HSL51.82º76.74%16.86%-
HSV(B)51.82º86.84%29.8%-
XYZ5.045.571.1-
YUV63.1997.98137.13-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 49.67%
GREEN value IS 67 (26.56% from 255) = 43.79%
BLUE value IS 10 (4.30% from 255) = 6.54%
R=49.67%
G=43.79%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.87
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76671000.120.870.7051.8276.7416.86
Hex4C43A0C5746344d11
Octal114103120141271066411521
Binary1001100100001110100110010101111000110110100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C430A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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