#513328

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

Shades of Indian Tan #513328

Tints of Indian Tan #513328

Color information

#513328 (or 0x513328) is unknown color: approx Indian Tan. HEX triplet: 51, 33 and 28. RGB value is (81,51,40). Sum of RGB (Red+Green+Blue) = 81+51+40=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #513328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513328 is #AECCD7. Grayscale: #3A3A3A. Windows color (decimal): -11455704 or 2634577. OLE color: 2634577.

HSL color Cylindrical-coordinate representation of color #513328: hue angle of 16.1º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #513328 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB815140-
CMYK00.370.510.68
HSL16.1º33.88%23.73%-
HSV(B)16.1º50.62%31.76%-
XYZ4.964.272.57-
YUV58.72117.44143.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.09%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 40 (16.02% from 255) = 23.26%
R=47.09%
G=29.65%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81514000.370.510.6816.133.8823.73
Hex5133280253344102218
Octal121635004563104204230
Binary1010001110011101000010010111001110001001000010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513328; }

 p { color: rgb(81,51,40); }

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

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

 a { background-color: rgb(81,51,40); }

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

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

 span { border-color: rgb(81,51,40); }

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