#52301E

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

Shades of Indian Tan #52301E

Tints of Indian Tan #52301E

Color information

#52301E (or 0x52301E) is unknown color: approx Indian Tan. HEX triplet: 52, 30 and 1E. RGB value is (82,48,30). Sum of RGB (Red+Green+Blue) = 82+48+30=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #52301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52301E is #ADCFE1. Grayscale: #383838. Windows color (decimal): -11390946 or 1978450. OLE color: 1978450.

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

Color convert

RGB824830-
CMYK00.410.630.68
HSL20.77º46.43%21.96%-
HSV(B)20.77º63.41%32.16%-
XYZ4.7741.75-
YUV56.11113.26146.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.25%
GREEN value IS 48 (19.14% from 255) = 30%
BLUE value IS 30 (12.11% from 255) = 18.75%
R=51.25%
G=30%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82483000.410.630.6820.7746.4321.96
Hex52301E0293F44152e16
Octal122603605177104255626
Binary101001011000011110010100111111110001001010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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