#513322

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

Shades of Indian Tan #513322

Tints of Indian Tan #513322

Color information

#513322 (or 0x513322) is unknown color: approx Indian Tan. HEX triplet: 51, 33 and 22. RGB value is (81,51,34). Sum of RGB (Red+Green+Blue) = 81+51+34=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #513322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513322 is #AECCDD. Grayscale: #3A3A3A. Windows color (decimal): -11455710 or 2241361. OLE color: 2241361.

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

Color convert

RGB815134-
CMYK00.370.580.68
HSL21.7º40.87%22.55%-
HSV(B)21.7º58.02%31.76%-
XYZ4.874.232.07-
YUV58.03114.44144.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.80%
GREEN value IS 51 (20.31% from 255) = 30.72%
BLUE value IS 34 (13.67% from 255) = 20.48%
R=48.80%
G=30.72%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81513400.370.580.6821.740.8722.55
Hex5133220253A44162917
Octal121634204572104265127
Binary1010001110011100010010010111101010001001011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513322; }

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

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

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

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

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

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

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

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