#50250F

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

Shades of Indian Tan #50250F

Tints of Indian Tan #50250F

Color information

#50250F (or 0x50250F) is unknown color: approx Indian Tan. HEX triplet: 50, 25 and 0F. RGB value is (80,37,15). Sum of RGB (Red+Green+Blue) = 80+37+15=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #50250F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50250F is #AFDAF0. Grayscale: #2F2F2F. Windows color (decimal): -11524849 or 992592. OLE color: 992592.

HSL color Cylindrical-coordinate representation of color #50250F: hue angle of 20.31º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50250F is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB803715-
CMYK00.540.810.69
HSL20.31º68.42%18.63%-
HSV(B)20.31º81.25%31.37%-
XYZ4.063.060.83-
YUV47.35109.75151.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.61%
GREEN value IS 37 (14.84% from 255) = 28.03%
BLUE value IS 15 (6.25% from 255) = 11.36%
R=60.61%
G=28.03%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80371500.540.810.6920.3168.4218.63
Hex5025F0365145144413
Octal12045170661211052410423
Binary1010000100101111101101101010001100010110100100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,37,15); }

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

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

 a { background-color: rgb(80,37,15); }

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

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

 span { border-color: rgb(80,37,15); }

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