#512C18

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

Shades of Indian Tan #512C18

Tints of Indian Tan #512C18

Color information

#512C18 (or 0x512C18) is unknown color: approx Indian Tan. HEX triplet: 51, 2C and 18. RGB value is (81,44,24). Sum of RGB (Red+Green+Blue) = 81+44+24=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #512C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512C18 is #AED3E7. Grayscale: #343434. Windows color (decimal): -11457512 or 1584209. OLE color: 1584209.

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

Color convert

RGB814424-
CMYK00.460.700.68
HSL21.05º54.29%20.59%-
HSV(B)21.05º70.37%31.76%-
XYZ4.463.621.33-
YUV52.78111.76148.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.36%
GREEN value IS 44 (17.58% from 255) = 29.53%
BLUE value IS 24 (9.77% from 255) = 16.11%
R=54.36%
G=29.53%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81442400.460.700.6821.0554.2920.59
Hex512C1802E4644153615
Octal1215430056106104256625
Binary1010001101100110000101110100011010001001010111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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