#9F5338

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

Shades of Piper #9F5338

Tints of Piper #9F5338

Color information

#9F5338 (or 0x9F5338) is unknown color: approx Piper. HEX triplet: 9F, 53 and 38. RGB value is (159,83,56). Sum of RGB (Red+Green+Blue) = 159+83+56=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5338 is #60ACC7. Grayscale: #666666. Windows color (decimal): -6335688 or 3691423. OLE color: 3691423.

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

Color convert

RGB1598356-
CMYK00.480.650.38
HSL15.73º47.91%42.16%-
HSV(B)15.73º64.78%62.35%-
XYZ18.1113.845.46-
YUV102.65101.68168.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.36%
GREEN value IS 83 (32.81% from 255) = 27.85%
BLUE value IS 56 (22.27% from 255) = 18.79%
R=53.36%
G=27.85%
B=18.79%

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
Decimal159835600.480.650.3815.7347.9142.16
Hex9F5338030412610302a
Octal2371237006010146206052
Binary1001111110100111110000110000100000110011010000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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