#523023

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

Shades of Indian Tan #523023

Tints of Indian Tan #523023

Color information

#523023 (or 0x523023) is unknown color: approx Indian Tan. HEX triplet: 52, 30 and 23. RGB value is (82,48,35). Sum of RGB (Red+Green+Blue) = 82+48+35=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 35 (14.06% from 255 or 21.21% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #523023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523023 is #ADCFDC. Grayscale: #383838. Windows color (decimal): -11390941 or 2306130. OLE color: 2306130.

HSL color Cylindrical-coordinate representation of color #523023: hue angle of 16.6º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #523023 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB824835-
CMYK00.410.570.68
HSL16.6º40.17%22.94%-
HSV(B)16.6º57.32%32.16%-
XYZ4.844.032.11-
YUV56.68115.76146.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.70%
GREEN value IS 48 (19.14% from 255) = 29.09%
BLUE value IS 35 (14.06% from 255) = 21.21%
R=49.70%
G=29.09%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82483500.410.570.6816.640.1722.94
Hex5230230293944112817
Octal122604305171104215027
Binary1010010110000100011010100111100110001001000110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523023; }

 p { color: rgb(82,48,35); }

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

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

 a { background-color: rgb(82,48,35); }

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

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

 span { border-color: rgb(82,48,35); }

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