#512C19

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

Shades of Indian Tan #512C19

Tints of Indian Tan #512C19

Color information

#512C19 (or 0x512C19) is unknown color: approx Indian Tan. HEX triplet: 51, 2C and 19. RGB value is (81,44,25). Sum of RGB (Red+Green+Blue) = 81+44+25=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 44 (17.58% from 255 or 29.33% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #512C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512C19 is #AED3E6. Grayscale: #353535. Windows color (decimal): -11457511 or 1649745. OLE color: 1649745.

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

Color convert

RGB814425-
CMYK00.460.690.68
HSL20.36º52.83%20.78%-
HSV(B)20.36º69.14%31.76%-
XYZ4.473.621.38-
YUV52.9112.26148.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54%
GREEN value IS 44 (17.58% from 255) = 29.33%
BLUE value IS 25 (10.16% from 255) = 16.67%
R=54%
G=29.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81442500.460.690.6820.3652.8320.78
Hex512C1902E4544143515
Octal1215431056105104246525
Binary1010001101100110010101110100010110001001010011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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