#51311E

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

Shades of Indian Tan #51311E

Tints of Indian Tan #51311E

Color information

#51311E (or 0x51311E) is unknown color: approx Indian Tan. HEX triplet: 51, 31 and 1E. RGB value is (81,49,30). Sum of RGB (Red+Green+Blue) = 81+49+30=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #51311E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51311E is #AECEE1. Grayscale: #383838. Windows color (decimal): -11456226 or 1978705. OLE color: 1978705.

HSL color Cylindrical-coordinate representation of color #51311E: hue angle of 22.35º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51311E is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB814930-
CMYK00.400.630.68
HSL22.35º45.95%21.76%-
HSV(B)22.35º62.96%31.76%-
XYZ4.734.041.76-
YUV56.4113.1145.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.62%
GREEN value IS 49 (19.53% from 255) = 30.62%
BLUE value IS 30 (12.11% from 255) = 18.75%
R=50.62%
G=30.62%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81493000.400.630.6822.3545.9521.76
Hex51311E0283F44162e16
Octal121613605077104265626
Binary101000111000111110010100011111110001001011010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51311E; }

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

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

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

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

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

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

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

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