#985333

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

Shades of Piper #985333

Tints of Piper #985333

Color information

#985333 (or 0x985333) is unknown color: approx Piper. HEX triplet: 98, 53 and 33. RGB value is (152,83,51). Sum of RGB (Red+Green+Blue) = 152+83+51=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #985333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985333 is #67ACCC. Grayscale: #646464. Windows color (decimal): -6794445 or 3363736. OLE color: 3363736.

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

Color convert

RGB1528351-
CMYK00.450.660.40
HSL19.01º49.75%39.8%-
HSV(B)19.01º66.45%59.61%-
XYZ16.6413.14.78-
YUV99.98100.36165.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.15%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 51 (20.31% from 255) = 17.83%
R=53.15%
G=29.02%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152835100.450.660.4019.0149.7539.8
Hex98533302D4228133228
Octal2301236305510250236250
Binary1001100010100111100110101101100001010100010011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985333; }

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

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

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

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

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

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

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

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