#985139

Color #985139 Piper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Piper #985139

Tints of Piper #985139

Color information

#985139 (or 0x985139) is unknown color: approx Piper. HEX triplet: 98, 51 and 39. RGB value is (152,81,57). Sum of RGB (Red+Green+Blue) = 152+81+57=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #985139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985139 is #67AEC6. Grayscale: #636363. Windows color (decimal): -6794951 or 3756440. OLE color: 3756440.

HSL color Cylindrical-coordinate representation of color #985139: hue angle of 15.16º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #985139 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB1528157-
CMYK00.470.620.40
HSL15.16º45.45%40.98%-
HSV(B)15.16º62.5%59.61%-
XYZ16.6312.865.48-
YUV99.49104.02165.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.41%
GREEN value IS 81 (32.03% from 255) = 27.93%
BLUE value IS 57 (22.66% from 255) = 19.66%
R=52.41%
G=27.93%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152815700.470.620.4015.1645.4540.98
Hex98513902F3E28f2d29
Octal230121710577650175551
Binary10011000101000111100101011111111101010001111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985139; }

 p { color: rgb(152,81,57); }

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

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

 a { background-color: rgb(152,81,57); }

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

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

 span { border-color: rgb(152,81,57); }

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