#51250E

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

Shades of Indian Tan #51250E

Tints of Indian Tan #51250E

Color information

#51250E (or 0x51250E) is unknown color: approx Indian Tan. HEX triplet: 51, 25 and 0E. RGB value is (81,37,14). Sum of RGB (Red+Green+Blue) = 81+37+14=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #51250E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51250E is #AEDAF1. Grayscale: #2F2F2F. Windows color (decimal): -11459314 or 927057. OLE color: 927057.

HSL color Cylindrical-coordinate representation of color #51250E: hue angle of 20.6º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #51250E is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB813714-
CMYK00.540.830.68
HSL20.6º70.53%18.63%-
HSV(B)20.6º82.72%31.76%-
XYZ4.133.10.8-
YUV47.53109.08151.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.36%
GREEN value IS 37 (14.84% from 255) = 28.03%
BLUE value IS 14 (5.86% from 255) = 10.61%
R=61.36%
G=28.03%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81371400.540.830.6820.670.5318.63
Hex5125E0365344154713
Octal12145160661231042510723
Binary1010001100101111001101101010011100010010101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,37,14); }

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

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

 a { background-color: rgb(81,37,14); }

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

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

 span { border-color: rgb(81,37,14); }

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