#985235

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

Shades of Piper #985235

Tints of Piper #985235

Color information

#985235 (or 0x985235) is unknown color: approx Piper. HEX triplet: 98, 52 and 35. RGB value is (152,82,53). Sum of RGB (Red+Green+Blue) = 152+82+53=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #985235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985235 is #67ADCA. Grayscale: #636363. Windows color (decimal): -6794699 or 3494552. OLE color: 3494552.

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

Color convert

RGB1528253-
CMYK00.460.650.40
HSL17.58º48.29%40.2%-
HSV(B)17.58º65.13%59.61%-
XYZ16.6112.975-
YUV99.62101.69165.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.96%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 53 (21.09% from 255) = 18.47%
R=52.96%
G=28.57%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152825300.460.650.4017.5848.2940.2
Hex98523502E4128123028
Octal2301226505610150226050
Binary1001100010100101101010101110100000110100010010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985235; }

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

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

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

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

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

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

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

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