#52301D

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

Shades of Indian Tan #52301D

Tints of Indian Tan #52301D

Color information

#52301D (or 0x52301D) is unknown color: approx Indian Tan. HEX triplet: 52, 30 and 1D. RGB value is (82,48,29). Sum of RGB (Red+Green+Blue) = 82+48+29=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #52301D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52301D is #ADCFE2. Grayscale: #383838. Windows color (decimal): -11390947 or 1912914. OLE color: 1912914.

HSL color Cylindrical-coordinate representation of color #52301D: hue angle of 21.51º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52301D is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB824829-
CMYK00.410.650.68
HSL21.51º47.75%21.76%-
HSV(B)21.51º64.63%32.16%-
XYZ4.7641.68-
YUV56112.76146.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.57%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 29 (11.72% from 255) = 18.24%
R=51.57%
G=30.19%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82482900.410.650.6821.5147.7521.76
Hex52301D0294144163016
Octal1226035051101104266026
Binary1010010110000111010101001100000110001001011011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52301D; }

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

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

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

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

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

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

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

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