#4C2E25

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

Shades of Indian Tan #4C2E25

Tints of Indian Tan #4C2E25

Color information

#4C2E25 (or 0x4C2E25) is unknown color: approx Indian Tan. HEX triplet: 4C, 2E and 25. RGB value is (76,46,37). Sum of RGB (Red+Green+Blue) = 76+46+37=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2E25 is #B3D1DA. Grayscale: #363636. Windows color (decimal): -11784667 or 2436684. OLE color: 2436684.

HSL color Cylindrical-coordinate representation of color #4C2E25: hue angle of 13.85º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C2E25 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.70.

Color convert

RGB764637-
CMYK00.390.510.70
HSL13.85º34.51%22.16%-
HSV(B)13.85º51.32%29.8%-
XYZ4.293.622.22-
YUV53.94118.44143.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 47.80%
GREEN value IS 46 (18.36% from 255) = 28.93%
BLUE value IS 37 (14.84% from 255) = 23.27%
R=47.80%
G=28.93%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76463700.390.510.7013.8534.5122.16
Hex4C2E250273346e2316
Octal114564504763106164326
Binary100110010111010010101001111100111000110111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,46,37); }

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

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

 a { background-color: rgb(76,46,37); }

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

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

 span { border-color: rgb(76,46,37); }

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