#4B2713

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

Shades of Indian Tan #4B2713

Tints of Indian Tan #4B2713

Color information

#4B2713 (or 0x4B2713) is unknown color: approx Indian Tan. HEX triplet: 4B, 27 and 13. RGB value is (75,39,19). Sum of RGB (Red+Green+Blue) = 75+39+19=133 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.39% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2713 is #B4D8EC. Grayscale: #2F2F2F. Windows color (decimal): -11852013 or 1255243. OLE color: 1255243.

HSL color Cylindrical-coordinate representation of color #4B2713: hue angle of 21.43º 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 #4B2713 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB753919-
CMYK00.480.750.71
HSL21.43º59.57%18.43%-
HSV(B)21.43º74.67%29.41%-
XYZ3.742.991-
YUV47.48111.93147.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 56.39%
GREEN value IS 39 (15.62% from 255) = 29.32%
BLUE value IS 19 (7.81% from 255) = 14.29%
R=56.39%
G=29.32%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75391900.480.750.7121.4359.5718.43
Hex4B27130304B47153c12
Octal1134723060113107257422
Binary1001011100111100110110000100101110001111010111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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