#4B2510

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

Shades of Indian Tan #4B2510

Tints of Indian Tan #4B2510

Color information

#4B2510 (or 0x4B2510) is unknown color: approx Indian Tan. HEX triplet: 4B, 25 and 10. RGB value is (75,37,16). Sum of RGB (Red+Green+Blue) = 75+37+16=128 (16% of max value = 765). Red value is 75 (29.69% from 255 or 58.59% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2510 is #B4DAEF. Grayscale: #2E2E2E. Windows color (decimal): -11852528 or 1058123. OLE color: 1058123.

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

Color convert

RGB753716-
CMYK00.510.790.71
HSL21.36º64.84%17.84%-
HSV(B)21.36º78.67%29.41%-
XYZ3.662.860.85-
YUV45.97111.09148.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 58.59%
GREEN value IS 37 (14.84% from 255) = 28.91%
BLUE value IS 16 (6.64% from 255) = 12.5%
R=58.59%
G=28.91%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75371600.510.790.7121.3664.8417.84
Hex4B25100334F47154112
Octal11345200631171072510122
Binary10010111001011000001100111001111100011110101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,37,16); }

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

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

 a { background-color: rgb(75,37,16); }

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

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

 span { border-color: rgb(75,37,16); }

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