#512A12

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

Shades of Indian Tan #512A12

Tints of Indian Tan #512A12

Color information

#512A12 (or 0x512A12) is unknown color: approx Indian Tan. HEX triplet: 51, 2A and 12. RGB value is (81,42,18). Sum of RGB (Red+Green+Blue) = 81+42+18=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #512A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512A12 is #AED5ED. Grayscale: #333333. Windows color (decimal): -11458030 or 1190481. OLE color: 1190481.

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

Color convert

RGB814218-
CMYK00.480.780.68
HSL22.86º63.64%19.41%-
HSV(B)22.86º77.78%31.76%-
XYZ4.333.451.01-
YUV50.92109.42149.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.45%
GREEN value IS 42 (16.80% from 255) = 29.79%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=57.45%
G=29.79%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81421800.480.780.6822.8663.6419.41
Hex512A120304E44174013
Octal12152220601161042710023
Binary10100011010101001001100001001110100010010111100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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