#52240E

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

Shades of Indian Tan #52240E

Tints of Indian Tan #52240E

Color information

#52240E (or 0x52240E) is unknown color: approx Indian Tan. HEX triplet: 52, 24 and 0E. RGB value is (82,36,14). Sum of RGB (Red+Green+Blue) = 82+36+14=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #52240E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52240E is #ADDBF1. Grayscale: #2F2F2F. Windows color (decimal): -11394034 or 926802. OLE color: 926802.

HSL color Cylindrical-coordinate representation of color #52240E: hue angle of 19.41º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52240E is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB823614-
CMYK00.560.830.68
HSL19.41º70.83%18.82%-
HSV(B)19.41º82.93%32.16%-
XYZ4.193.090.79-
YUV47.25109.24152.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 62.12%
GREEN value IS 36 (14.45% from 255) = 27.27%
BLUE value IS 14 (5.86% from 255) = 10.61%
R=62.12%
G=27.27%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82361400.560.830.6819.4170.8318.82
Hex5224E0385344134713
Octal12244160701231042310723
Binary1010010100100111001110001010011100010010011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,36,14); }

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

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

 a { background-color: rgb(82,36,14); }

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

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

 span { border-color: rgb(82,36,14); }

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