#9F4D35

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

Shades of Piper #9F4D35

Tints of Piper #9F4D35

Color information

#9F4D35 (or 0x9F4D35) is unknown color: approx Piper. HEX triplet: 9F, 4D and 35. RGB value is (159,77,53). Sum of RGB (Red+Green+Blue) = 159+77+53=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F4D35 is #60B2CA. Grayscale: #626262. Windows color (decimal): -6337227 or 3493279. OLE color: 3493279.

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

Color convert

RGB1597753-
CMYK00.520.670.38
HSL13.58º50%41.57%-
HSV(B)13.58º66.67%62.35%-
XYZ17.5912.944.94-
YUV98.78102.17170.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.02%
GREEN value IS 77 (30.47% from 255) = 26.64%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=55.02%
G=26.64%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159775300.520.670.3813.585041.57
Hex9F4D350344326e322a
Octal2371156506410346166252
Binary100111111001101110101011010010000111001101110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,77,53); }

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

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

 a { background-color: rgb(159,77,53); }

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

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

 span { border-color: rgb(159,77,53); }

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