#4B2A11

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

Shades of Indian Tan #4B2A11

Tints of Indian Tan #4B2A11

Color information

#4B2A11 (or 0x4B2A11) is unknown color: approx Indian Tan. HEX triplet: 4B, 2A and 11. RGB value is (75,42,17). Sum of RGB (Red+Green+Blue) = 75+42+17=134 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.97% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2A11 is #B4D5EE. Grayscale: #313131. Windows color (decimal): -11851247 or 1124939. OLE color: 1124939.

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

Color convert

RGB754217-
CMYK00.440.770.71
HSL25.86º63.04%18.04%-
HSV(B)25.86º77.33%29.41%-
XYZ3.833.190.94-
YUV49.02109.93146.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 55.97%
GREEN value IS 42 (16.80% from 255) = 31.34%
BLUE value IS 17 (7.03% from 255) = 12.69%
R=55.97%
G=31.34%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75421700.440.770.7125.8663.0418.04
Hex4B2A1102C4D471a3f12
Octal1135221054115107327722
Binary1001011101010100010101100100110110001111101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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