#523327

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

Shades of Indian Tan #523327

Tints of Indian Tan #523327

Color information

#523327 (or 0x523327) is unknown color: approx Indian Tan. HEX triplet: 52, 33 and 27. RGB value is (82,51,39). Sum of RGB (Red+Green+Blue) = 82+51+39=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #523327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523327 is #ADCCD8. Grayscale: #3A3A3A. Windows color (decimal): -11390169 or 2569042. OLE color: 2569042.

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

Color convert

RGB825139-
CMYK00.380.520.68
HSL16.74º35.54%23.73%-
HSV(B)16.74º52.44%32.16%-
XYZ5.034.312.49-
YUV58.9116.77144.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.67%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 39 (15.62% from 255) = 22.67%
R=47.67%
G=29.65%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82513900.380.520.6816.7435.5423.73
Hex5233270263444112418
Octal122634704664104214430
Binary1010010110011100111010011011010010001001000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523327; }

 p { color: rgb(82,51,39); }

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

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

 a { background-color: rgb(82,51,39); }

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

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

 span { border-color: rgb(82,51,39); }

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