#512D18

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

Shades of Indian Tan #512D18

Tints of Indian Tan #512D18

Color information

#512D18 (or 0x512D18) is unknown color: approx Indian Tan. HEX triplet: 51, 2D and 18. RGB value is (81,45,24). Sum of RGB (Red+Green+Blue) = 81+45+24=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #512D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512D18 is #AED2E7. Grayscale: #353535. Windows color (decimal): -11457256 or 1584465. OLE color: 1584465.

HSL color Cylindrical-coordinate representation of color #512D18: hue angle of 22.11º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #512D18 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB814524-
CMYK00.440.700.68
HSL22.11º54.29%20.59%-
HSV(B)22.11º70.37%31.76%-
XYZ4.53.691.34-
YUV53.37111.43147.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54%
GREEN value IS 45 (17.97% from 255) = 30%
BLUE value IS 24 (9.77% from 255) = 16%
R=54%
G=30%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81452400.440.700.6822.1154.2920.59
Hex512D1802C4644163615
Octal1215530054106104266625
Binary1010001101101110000101100100011010001001011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,45,24); }

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

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

 a { background-color: rgb(81,45,24); }

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

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

 span { border-color: rgb(81,45,24); }

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