#513126

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

Shades of Indian Tan #513126

Tints of Indian Tan #513126

Color information

#513126 (or 0x513126) is unknown color: approx Indian Tan. HEX triplet: 51, 31 and 26. RGB value is (81,49,38). Sum of RGB (Red+Green+Blue) = 81+49+38=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #513126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513126 is #AECED9. Grayscale: #393939. Windows color (decimal): -11456218 or 2502993. OLE color: 2502993.

HSL color Cylindrical-coordinate representation of color #513126: hue angle of 15.35º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #513126 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.68.

Color convert

RGB814938-
CMYK00.400.530.68
HSL15.35º36.13%23.33%-
HSV(B)15.35º53.09%31.76%-
XYZ4.844.092.37-
YUV57.31117.1144.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.21%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 38 (15.23% from 255) = 22.62%
R=48.21%
G=29.17%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81493800.400.530.6815.3536.1323.33
Hex5131260283544f2417
Octal121614605065104174427
Binary101000111000110011001010001101011000100111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513126; }

 p { color: rgb(81,49,38); }

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

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

 a { background-color: rgb(81,49,38); }

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

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

 span { border-color: rgb(81,49,38); }

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