#4B2E19

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

Shades of Indian Tan #4B2E19

Tints of Indian Tan #4B2E19

Color information

#4B2E19 (or 0x4B2E19) is unknown color: approx Indian Tan. HEX triplet: 4B, 2E and 19. RGB value is (75,46,25). Sum of RGB (Red+Green+Blue) = 75+46+25=146 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.37% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2E19 is #B4D1E6. Grayscale: #343434. Windows color (decimal): -11850215 or 1650251. OLE color: 1650251.

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

Color convert

RGB754625-
CMYK00.390.670.71
HSL25.2º50%19.61%-
HSV(B)25.2º66.67%29.41%-
XYZ4.053.521.39-
YUV52.28112.61144.21-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 51.37%
GREEN value IS 46 (18.36% from 255) = 31.51%
BLUE value IS 25 (10.16% from 255) = 17.12%
R=51.37%
G=31.51%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75462500.390.670.7125.25019.61
Hex4B2E190274347193214
Octal1135631047103107316224
Binary1001011101110110010100111100001110001111100111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,46,25); }

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

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

 a { background-color: rgb(75,46,25); }

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

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

 span { border-color: rgb(75,46,25); }

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