#513224

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

Shades of Indian Tan #513224

Tints of Indian Tan #513224

Color information

#513224 (or 0x513224) is unknown color: approx Indian Tan. HEX triplet: 51, 32 and 24. RGB value is (81,50,36). Sum of RGB (Red+Green+Blue) = 81+50+36=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #513224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513224 is #AECDDB. Grayscale: #393939. Windows color (decimal): -11455964 or 2372177. OLE color: 2372177.

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

Color convert

RGB815036-
CMYK00.380.560.68
HSL18.67º38.46%22.94%-
HSV(B)18.67º55.56%31.76%-
XYZ4.854.162.22-
YUV57.67115.77144.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.50%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 36 (14.45% from 255) = 21.56%
R=48.50%
G=29.94%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81503600.380.560.6818.6738.4622.94
Hex5132240263844132617
Octal121624404670104234627
Binary1010001110010100100010011011100010001001001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513224; }

 p { color: rgb(81,50,36); }

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

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

 a { background-color: rgb(81,50,36); }

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

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

 span { border-color: rgb(81,50,36); }

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