#51301C

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

Shades of Indian Tan #51301C

Tints of Indian Tan #51301C

Color information

#51301C (or 0x51301C) is unknown color: approx Indian Tan. HEX triplet: 51, 30 and 1C. RGB value is (81,48,28). Sum of RGB (Red+Green+Blue) = 81+48+28=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #51301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51301C is #AECFE3. Grayscale: #373737. Windows color (decimal): -11456484 or 1847377. OLE color: 1847377.

HSL color Cylindrical-coordinate representation of color #51301C: hue angle of 22.64º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51301C is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB814828-
CMYK00.410.650.68
HSL22.64º48.62%21.37%-
HSV(B)22.64º65.43%31.76%-
XYZ4.663.951.61-
YUV55.59112.43146.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 28 (11.33% from 255) = 17.83%
R=51.59%
G=30.57%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81482800.410.650.6822.6448.6221.37
Hex51301C0294144173115
Octal1216034051101104276125
Binary1010001110000111000101001100000110001001011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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