#9E5039

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

Shades of Piper #9E5039

Tints of Piper #9E5039

Color information

#9E5039 (or 0x9E5039) is unknown color: approx Piper. HEX triplet: 9E, 50 and 39. RGB value is (158,80,57). Sum of RGB (Red+Green+Blue) = 158+80+57=295 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.56% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5039 is #61AFC6. Grayscale: #646464. Windows color (decimal): -6401991 or 3756190. OLE color: 3756190.

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

Color convert

RGB1588057-
CMYK00.490.640.38
HSL13.66º46.98%42.16%-
HSV(B)13.66º63.92%61.96%-
XYZ17.7113.35.51-
YUV100.7103.34168.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.56%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 57 (22.66% from 255) = 19.32%
R=53.56%
G=27.12%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158805700.490.640.3813.6646.9842.16
Hex9E50390314026e2f2a
Octal2361207106110046165752
Binary100111101010000111001011000110000001001101110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,80,57); }

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

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

 a { background-color: rgb(158,80,57); }

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

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

 span { border-color: rgb(158,80,57); }

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