#52220E

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

Shades of Indian Tan #52220E

Tints of Indian Tan #52220E

Color information

#52220E (or 0x52220E) is unknown color: approx Indian Tan. HEX triplet: 52, 22 and 0E. RGB value is (82,34,14). Sum of RGB (Red+Green+Blue) = 82+34+14=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #52220E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52220E is #ADDDF1. Grayscale: #2E2E2E. Windows color (decimal): -11394546 or 926290. OLE color: 926290.

HSL color Cylindrical-coordinate representation of color #52220E: hue angle of 17.65º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52220E is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB823414-
CMYK00.590.830.68
HSL17.65º70.83%18.82%-
HSV(B)17.65º82.93%32.16%-
XYZ4.132.970.77-
YUV46.07109.9153.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.08%
GREEN value IS 34 (13.67% from 255) = 26.15%
BLUE value IS 14 (5.86% from 255) = 10.77%
R=63.08%
G=26.15%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82341400.590.830.6817.6570.8318.82
Hex5222E03B5344124713
Octal12242160731231042210723
Binary1010010100010111001110111010011100010010010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52220E; }

 p { color: rgb(82,34,14); }

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

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

 a { background-color: rgb(82,34,14); }

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

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

 span { border-color: rgb(82,34,14); }

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