#985133

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

Shades of Piper #985133

Tints of Piper #985133

Color information

#985133 (or 0x985133) is unknown color: approx Piper. HEX triplet: 98, 51 and 33. RGB value is (152,81,51). Sum of RGB (Red+Green+Blue) = 152+81+51=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #985133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985133 is #67AECC. Grayscale: #636363. Windows color (decimal): -6794957 or 3363224. OLE color: 3363224.

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

Color convert

RGB1528151-
CMYK00.470.660.40
HSL17.82º49.75%39.8%-
HSV(B)17.82º66.45%59.61%-
XYZ16.4912.84.73-
YUV98.81101.02165.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.52%
GREEN value IS 81 (32.03% from 255) = 28.52%
BLUE value IS 51 (20.31% from 255) = 17.96%
R=53.52%
G=28.52%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152815100.470.660.4017.8249.7539.8
Hex98513302F4228123228
Octal2301216305710250226250
Binary1001100010100011100110101111100001010100010010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985133; }

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

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

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

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

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

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

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

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