#512A1C

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

Shades of Indian Tan #512A1C

Tints of Indian Tan #512A1C

Color information

#512A1C (or 0x512A1C) is unknown color: approx Indian Tan. HEX triplet: 51, 2A and 1C. RGB value is (81,42,28). Sum of RGB (Red+Green+Blue) = 81+42+28=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #512A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512A1C is #AED5E3. Grayscale: #343434. Windows color (decimal): -11458020 or 1845841. OLE color: 1845841.

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

Color convert

RGB814228-
CMYK00.480.650.68
HSL15.85º48.62%21.37%-
HSV(B)15.85º65.43%31.76%-
XYZ4.433.491.54-
YUV52.06114.42148.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.64%
GREEN value IS 42 (16.80% from 255) = 27.81%
BLUE value IS 28 (11.33% from 255) = 18.54%
R=53.64%
G=27.81%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81422800.480.650.6815.8548.6221.37
Hex512A1C0304144103115
Octal1215234060101104206125
Binary1010001101010111000110000100000110001001000011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,42,28); }

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

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

 a { background-color: rgb(81,42,28); }

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

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

 span { border-color: rgb(81,42,28); }

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