#4B2513

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

Shades of Indian Tan #4B2513

Tints of Indian Tan #4B2513

Color information

#4B2513 (or 0x4B2513) is unknown color: approx Indian Tan. HEX triplet: 4B, 25 and 13. RGB value is (75,37,19). Sum of RGB (Red+Green+Blue) = 75+37+19=131 (17% of max value = 765). Red value is 75 (29.69% from 255 or 57.25% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2513 is #B4DAEC. Grayscale: #2E2E2E. Windows color (decimal): -11852525 or 1254731. OLE color: 1254731.

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

Color convert

RGB753719-
CMYK00.510.750.71
HSL19.29º59.57%18.43%-
HSV(B)19.29º74.67%29.41%-
XYZ3.682.870.98-
YUV46.31112.59148.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 57.25%
GREEN value IS 37 (14.84% from 255) = 28.24%
BLUE value IS 19 (7.81% from 255) = 14.50%
R=57.25%
G=28.24%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75371900.510.750.7119.2959.5718.43
Hex4B25130334B47133c12
Octal1134523063113107237422
Binary1001011100101100110110011100101110001111001111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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