#4C2B19

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

Shades of Indian Tan #4C2B19

Tints of Indian Tan #4C2B19

Color information

#4C2B19 (or 0x4C2B19) is unknown color: approx Indian Tan. HEX triplet: 4C, 2B and 19. RGB value is (76,43,25). Sum of RGB (Red+Green+Blue) = 76+43+25=144 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.78% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2B19 is #B3D4E6. Grayscale: #323232. Windows color (decimal): -11785447 or 1649484. OLE color: 1649484.

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

Color convert

RGB764325-
CMYK00.430.670.70
HSL21.18º50.5%19.8%-
HSV(B)21.18º67.11%29.8%-
XYZ4.023.331.35-
YUV50.82113.43145.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 52.78%
GREEN value IS 43 (17.19% from 255) = 29.86%
BLUE value IS 25 (10.16% from 255) = 17.36%
R=52.78%
G=29.86%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76432500.430.670.7021.1850.519.8
Hex4C2B1902B4346153214
Octal1145331053103106256224
Binary1001100101011110010101011100001110001101010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,43,25); }

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

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

 a { background-color: rgb(76,43,25); }

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

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

 span { border-color: rgb(76,43,25); }

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