#512414

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

Shades of Indian Tan #512414

Tints of Indian Tan #512414

Color information

#512414 (or 0x512414) is unknown color: approx Indian Tan. HEX triplet: 51, 24 and 14. RGB value is (81,36,20). Sum of RGB (Red+Green+Blue) = 81+36+20=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #512414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512414 is #AEDBEB. Grayscale: #2F2F2F. Windows color (decimal): -11459564 or 1320017. OLE color: 1320017.

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

Color convert

RGB813620-
CMYK00.560.750.68
HSL15.74º60.4%19.8%-
HSV(B)15.74º75.31%31.76%-
XYZ4.153.061.03-
YUV47.63112.41151.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.12%
GREEN value IS 36 (14.45% from 255) = 26.28%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=59.12%
G=26.28%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81362000.560.750.6815.7460.419.8
Hex5124140384B44103c14
Octal1214424070113104207424
Binary1010001100100101000111000100101110001001000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512414; }

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

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

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

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

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

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

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

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