#512E24

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

Shades of Indian Tan #512E24

Tints of Indian Tan #512E24

Color information

#512E24 (or 0x512E24) is unknown color: approx Indian Tan. HEX triplet: 51, 2E and 24. RGB value is (81,46,36). Sum of RGB (Red+Green+Blue) = 81+46+36=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #512E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512E24 is #AED1DB. Grayscale: #373737. Windows color (decimal): -11456988 or 2371153. OLE color: 2371153.

HSL color Cylindrical-coordinate representation of color #512E24: hue angle of 13.33º 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 #512E24 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB814636-
CMYK00.430.560.68
HSL13.33º38.46%22.94%-
HSV(B)13.33º55.56%31.76%-
XYZ4.693.832.16-
YUV55.32117.1146.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.69%
GREEN value IS 46 (18.36% from 255) = 28.22%
BLUE value IS 36 (14.45% from 255) = 22.09%
R=49.69%
G=28.22%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81463600.430.560.6813.3338.4622.94
Hex512E2402B3844d2617
Octal121564405370104154627
Binary101000110111010010001010111110001000100110110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512E24; }

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

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

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

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

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

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

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

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