#4C290C

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

Shades of Indian Tan #4C290C

Tints of Indian Tan #4C290C

Color information

#4C290C (or 0x4C290C) is unknown color: approx Indian Tan. HEX triplet: 4C, 29 and 0C. RGB value is (76,41,12). Sum of RGB (Red+Green+Blue) = 76+41+12=129 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.91% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 76 - color contains mainly: red. Hex color #4C290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C290C is #B3D6F3. Grayscale: #303030. Windows color (decimal): -11785972 or 797004. OLE color: 797004.

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

Color convert

RGB764112-
CMYK00.460.840.70
HSL27.19º72.73%17.25%-
HSV(B)27.19º84.21%29.8%-
XYZ3.843.150.75-
YUV48.16107.6147.86-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 58.91%
GREEN value IS 41 (16.41% from 255) = 31.78%
BLUE value IS 12 (5.08% from 255) = 9.30%
R=58.91%
G=31.78%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76411200.460.840.7027.1972.7317.25
Hex4C29C02E54461b4911
Octal11451140561241063311121
Binary1001100101001110001011101010100100011011011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,41,12); }

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

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

 a { background-color: rgb(76,41,12); }

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

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

 span { border-color: rgb(76,41,12); }

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