#9F5238

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

Shades of Piper #9F5238

Tints of Piper #9F5238

Color information

#9F5238 (or 0x9F5238) is unknown color: approx Piper. HEX triplet: 9F, 52 and 38. RGB value is (159,82,56). Sum of RGB (Red+Green+Blue) = 159+82+56=297 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.54% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5238 is #60ADC7. Grayscale: #666666. Windows color (decimal): -6335944 or 3691167. OLE color: 3691167.

HSL color Cylindrical-coordinate representation of color #9F5238: hue angle of 15.15º 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 #9F5238 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB1598256-
CMYK00.480.650.38
HSL15.15º47.91%42.16%-
HSV(B)15.15º64.78%62.35%-
XYZ18.0313.695.43-
YUV102.06102.01168.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.54%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 56 (22.27% from 255) = 18.86%
R=53.54%
G=27.61%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159825600.480.650.3815.1547.9142.16
Hex9F52380304126f302a
Octal2371227006010146176052
Binary100111111010010111000011000010000011001101111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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