#985538

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

Shades of Piper #985538

Tints of Piper #985538

Color information

#985538 (or 0x985538) is unknown color: approx Piper. HEX triplet: 98, 55 and 38. RGB value is (152,85,56). Sum of RGB (Red+Green+Blue) = 152+85+56=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #985538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985538 is #67AAC7. Grayscale: #656565. Windows color (decimal): -6793928 or 3691928. OLE color: 3691928.

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

Color convert

RGB1528556-
CMYK00.440.630.40
HSL18.12º46.15%40.78%-
HSV(B)18.12º63.16%59.61%-
XYZ16.9113.465.45-
YUV101.73102.2163.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 85 (33.59% from 255) = 29.01%
BLUE value IS 56 (22.27% from 255) = 19.11%
R=51.88%
G=29.01%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152855600.440.630.4018.1246.1540.78
Hex98553802C3F28122e29
Octal230125700547750225651
Binary100110001010101111000010110011111110100010010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985538; }

 p { color: rgb(152,85,56); }

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

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

 a { background-color: rgb(152,85,56); }

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

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

 span { border-color: rgb(152,85,56); }

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