#51311F

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

Shades of Indian Tan #51311F

Tints of Indian Tan #51311F

Color information

#51311F (or 0x51311F) is unknown color: approx Indian Tan. HEX triplet: 51, 31 and 1F. RGB value is (81,49,31). Sum of RGB (Red+Green+Blue) = 81+49+31=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #51311F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51311F is #AECEE0. Grayscale: #383838. Windows color (decimal): -11456225 or 2044241. OLE color: 2044241.

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

Color convert

RGB814931-
CMYK00.400.620.68
HSL21.6º44.64%21.96%-
HSV(B)21.6º61.73%31.76%-
XYZ4.744.041.83-
YUV56.52113.6145.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.31%
GREEN value IS 49 (19.53% from 255) = 30.43%
BLUE value IS 31 (12.5% from 255) = 19.25%
R=50.31%
G=30.43%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81493100.400.620.6821.644.6421.96
Hex51311F0283E44162d16
Octal121613705076104265526
Binary101000111000111111010100011111010001001011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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