#4B2A16

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

Shades of Indian Tan #4B2A16

Tints of Indian Tan #4B2A16

Color information

#4B2A16 (or 0x4B2A16) is unknown color: approx Indian Tan. HEX triplet: 4B, 2A and 16. RGB value is (75,42,22). Sum of RGB (Red+Green+Blue) = 75+42+22=139 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.96% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2A16 is #B4D5E9. Grayscale: #313131. Windows color (decimal): -11851242 or 1452619. OLE color: 1452619.

HSL color Cylindrical-coordinate representation of color #4B2A16: hue angle of 22.64º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B2A16 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB754222-
CMYK00.440.710.71
HSL22.64º54.64%19.02%-
HSV(B)22.64º70.67%29.41%-
XYZ3.873.211.17-
YUV49.59112.43146.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 53.96%
GREEN value IS 42 (16.80% from 255) = 30.22%
BLUE value IS 22 (8.98% from 255) = 15.83%
R=53.96%
G=30.22%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75422200.440.710.7122.6454.6419.02
Hex4B2A1602C4747173713
Octal1135226054107107276723
Binary1001011101010101100101100100011110001111011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,42,22); }

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

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

 a { background-color: rgb(75,42,22); }

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

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

 span { border-color: rgb(75,42,22); }

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