#51301E

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

Shades of Indian Tan #51301E

Tints of Indian Tan #51301E

Color information

#51301E (or 0x51301E) is unknown color: approx Indian Tan. HEX triplet: 51, 30 and 1E. RGB value is (81,48,30). Sum of RGB (Red+Green+Blue) = 81+48+30=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #51301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51301E is #AECFE1. Grayscale: #373737. Windows color (decimal): -11456482 or 1978449. OLE color: 1978449.

HSL color Cylindrical-coordinate representation of color #51301E: hue angle of 21.18º 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 #51301E is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB814830-
CMYK00.410.630.68
HSL21.18º45.95%21.76%-
HSV(B)21.18º62.96%31.76%-
XYZ4.683.961.75-
YUV55.82113.43145.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.94%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=50.94%
G=30.19%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81483000.410.630.6821.1845.9521.76
Hex51301E0293F44152e16
Octal121603605177104255626
Binary101000111000011110010100111111110001001010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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