#4C431E

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

Shades of Madras #4C431E

Tints of Madras #4C431E

Color information

#4C431E (or 0x4C431E) is unknown color: approx Madras. HEX triplet: 4C, 43 and 1E. RGB value is (76,67,30). Sum of RGB (Red+Green+Blue) = 76+67+30=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 76 - color contains mainly: red. Hex color #4C431E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C431E is #B3BCE1. Grayscale: #414141. Windows color (decimal): -11779298 or 1983308. OLE color: 1983308.

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

Color convert

RGB766730-
CMYK00.120.610.70
HSL48.26º43.4%20.78%-
HSV(B)48.26º60.53%29.8%-
XYZ5.225.642.04-
YUV65.47107.98135.51-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 43.93%
GREEN value IS 67 (26.56% from 255) = 38.73%
BLUE value IS 30 (12.11% from 255) = 17.34%
R=43.93%
G=38.73%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76673000.120.610.7048.2643.420.78
Hex4C431E0C3D46302b15
Octal1141033601475106605325
Binary100110010000111111001100111101100011011000010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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