#985233

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

Shades of Piper #985233

Tints of Piper #985233

Color information

#985233 (or 0x985233) is unknown color: approx Piper. HEX triplet: 98, 52 and 33. RGB value is (152,82,51). Sum of RGB (Red+Green+Blue) = 152+82+51=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #985233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985233 is #67ADCC. Grayscale: #636363. Windows color (decimal): -6794701 or 3363480. OLE color: 3363480.

HSL color Cylindrical-coordinate representation of color #985233: hue angle of 18.42º 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 #985233 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB1528251-
CMYK00.460.660.40
HSL18.42º49.75%39.8%-
HSV(B)18.42º66.45%59.61%-
XYZ16.5612.954.76-
YUV99.4100.69165.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.33%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 51 (20.31% from 255) = 17.89%
R=53.33%
G=28.77%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152825100.460.660.4018.4249.7539.8
Hex98523302E4228123228
Octal2301226305610250226250
Binary1001100010100101100110101110100001010100010010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985233; }

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

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

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

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

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

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

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

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