#9F5538

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

Shades of Piper #9F5538

Tints of Piper #9F5538

Color information

#9F5538 (or 0x9F5538) is unknown color: approx Piper. HEX triplet: 9F, 55 and 38. RGB value is (159,85,56). Sum of RGB (Red+Green+Blue) = 159+85+56=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5538 is #60AAC7. Grayscale: #686868. Windows color (decimal): -6335176 or 3691935. OLE color: 3691935.

HSL color Cylindrical-coordinate representation of color #9F5538: hue angle of 16.89º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F5538 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB1598556-
CMYK00.470.650.38
HSL16.89º47.91%42.16%-
HSV(B)16.89º64.78%62.35%-
XYZ18.2614.155.51-
YUV103.82101.02167.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 56 (22.27% from 255) = 18.67%
R=53%
G=28.33%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159855600.470.650.3816.8947.9142.16
Hex9F553802F412611302a
Octal2371257005710146216052
Binary1001111110101011110000101111100000110011010001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F5538; }

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

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

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

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

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

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

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

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