#4C431A

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

Shades of Madras #4C431A

Tints of Madras #4C431A

Color information

#4C431A (or 0x4C431A) is unknown color: approx Madras. HEX triplet: 4C, 43 and 1A. RGB value is (76,67,26). Sum of RGB (Red+Green+Blue) = 76+67+26=169 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.97% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 76 - color contains mainly: red. Hex color #4C431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C431A is #B3BCE5. Grayscale: #414141. Windows color (decimal): -11779302 or 1721164. OLE color: 1721164.

HSL color Cylindrical-coordinate representation of color #4C431A: hue angle of 49.2º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C431A is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB766726-
CMYK00.120.660.70
HSL49.2º49.02%20%-
HSV(B)49.2º65.79%29.8%-
XYZ5.175.631.79-
YUV65.02105.98135.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 44.97%
GREEN value IS 67 (26.56% from 255) = 39.64%
BLUE value IS 26 (10.55% from 255) = 15.38%
R=44.97%
G=39.64%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76672600.120.660.7049.249.0220
Hex4C431A0C4246313114
Octal11410332014102106616124
Binary1001100100001111010011001000010100011011000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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