#523227

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

Shades of Indian Tan #523227

Tints of Indian Tan #523227

Color information

#523227 (or 0x523227) is unknown color: approx Indian Tan. HEX triplet: 52, 32 and 27. RGB value is (82,50,39). Sum of RGB (Red+Green+Blue) = 82+50+39=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #523227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523227 is #ADCDD8. Grayscale: #3A3A3A. Windows color (decimal): -11390425 or 2568786. OLE color: 2568786.

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

Color convert

RGB825039-
CMYK00.390.520.68
HSL15.35º35.54%23.73%-
HSV(B)15.35º52.44%32.16%-
XYZ4.994.222.47-
YUV58.31117.1144.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.95%
GREEN value IS 50 (19.92% from 255) = 29.24%
BLUE value IS 39 (15.62% from 255) = 22.81%
R=47.95%
G=29.24%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82503900.390.520.6815.3535.5423.73
Hex5232270273444f2418
Octal122624704764104174430
Binary101001011001010011101001111101001000100111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523227; }

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

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

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

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

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

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

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

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