#512C14

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

Shades of Indian Tan #512C14

Tints of Indian Tan #512C14

Color information

#512C14 (or 0x512C14) is unknown color: approx Indian Tan. HEX triplet: 51, 2C and 14. RGB value is (81,44,20). Sum of RGB (Red+Green+Blue) = 81+44+20=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #512C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512C14 is #AED3EB. Grayscale: #343434. Windows color (decimal): -11457516 or 1322065. OLE color: 1322065.

HSL color Cylindrical-coordinate representation of color #512C14: hue angle of 23.61º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #512C14 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB814420-
CMYK00.460.750.68
HSL23.61º60.4%19.8%-
HSV(B)23.61º75.31%31.76%-
XYZ4.423.61.12-
YUV52.33109.76148.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.86%
GREEN value IS 44 (17.58% from 255) = 30.34%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=55.86%
G=30.34%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81442000.460.750.6823.6160.419.8
Hex512C1402E4B44183c14
Octal1215424056113104307424
Binary1010001101100101000101110100101110001001100011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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