#513022

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

Shades of Indian Tan #513022

Tints of Indian Tan #513022

Color information

#513022 (or 0x513022) is unknown color: approx Indian Tan. HEX triplet: 51, 30 and 22. RGB value is (81,48,34). Sum of RGB (Red+Green+Blue) = 81+48+34=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #513022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513022 is #AECFDD. Grayscale: #383838. Windows color (decimal): -11456478 or 2240593. OLE color: 2240593.

HSL color Cylindrical-coordinate representation of color #513022: hue angle of 17.87º 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 #513022 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB814834-
CMYK00.410.580.68
HSL17.87º40.87%22.55%-
HSV(B)17.87º58.02%31.76%-
XYZ4.743.982.03-
YUV56.27115.43145.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.69%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 34 (13.67% from 255) = 20.86%
R=49.69%
G=29.45%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81483400.410.580.6817.8740.8722.55
Hex5130220293A44122917
Octal121604205172104225127
Binary1010001110000100010010100111101010001001001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513022; }

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

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

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

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

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

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

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

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