#532E22

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

Shades of Indian Tan #532E22

Tints of Indian Tan #532E22

Color information

#532E22 (or 0x532E22) is unknown color: approx Indian Tan. HEX triplet: 53, 2E and 22. RGB value is (83,46,34). Sum of RGB (Red+Green+Blue) = 83+46+34=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #532E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E22 is #ACD1DD. Grayscale: #373737. Windows color (decimal): -11325918 or 2240083. OLE color: 2240083.

HSL color Cylindrical-coordinate representation of color #532E22: hue angle of 14.69º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #532E22 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB834634-
CMYK00.450.590.67
HSL14.69º41.88%22.94%-
HSV(B)14.69º59.04%32.55%-
XYZ4.833.912.01-
YUV55.7115.76147.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 46 (18.36% from 255) = 28.22%
BLUE value IS 34 (13.67% from 255) = 20.86%
R=50.92%
G=28.22%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83463400.450.590.6714.6941.8822.94
Hex532E2202D3B43f2a17
Octal123564205573103175227
Binary101001110111010001001011011110111000011111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532E22; }

 p { color: rgb(83,46,34); }

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

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

 a { background-color: rgb(83,46,34); }

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

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

 span { border-color: rgb(83,46,34); }

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