#985237

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

Shades of Piper #985237

Tints of Piper #985237

Color information

#985237 (or 0x985237) is unknown color: approx Piper. HEX triplet: 98, 52 and 37. RGB value is (152,82,55). Sum of RGB (Red+Green+Blue) = 152+82+55=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #985237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985237 is #67ADC8. Grayscale: #646464. Windows color (decimal): -6794697 or 3625624. OLE color: 3625624.

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

Color convert

RGB1528255-
CMYK00.460.640.40
HSL16.7º46.86%40.59%-
HSV(B)16.7º63.82%59.61%-
XYZ16.6612.995.24-
YUV99.85102.69165.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.60%
GREEN value IS 82 (32.42% from 255) = 28.37%
BLUE value IS 55 (21.88% from 255) = 19.03%
R=52.60%
G=28.37%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152825500.460.640.4016.746.8640.59
Hex98523702E4028112f29
Octal2301226705610050215751
Binary1001100010100101101110101110100000010100010001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985237; }

 p { color: rgb(152,82,55); }

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

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

 a { background-color: rgb(152,82,55); }

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

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

 span { border-color: rgb(152,82,55); }

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