#9E572E

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

Shades of Piper #9E572E

Tints of Piper #9E572E

Color information

#9E572E (or 0x9E572E) is unknown color: approx Piper. HEX triplet: 9E, 57 and 2E. RGB value is (158,87,46). Sum of RGB (Red+Green+Blue) = 158+87+46=291 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.30% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 158 - color contains mainly: red. Hex color #9E572E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E572E is #61A8D1. Grayscale: #676767. Windows color (decimal): -6400210 or 3037086. OLE color: 3037086.

HSL color Cylindrical-coordinate representation of color #9E572E: hue angle of 21.96º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9E572E is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB1588746-
CMYK00.450.710.38
HSL21.96º54.9%40%-
HSV(B)21.96º70.89%61.96%-
XYZ1814.284.39-
YUV103.5695.52166.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.30%
GREEN value IS 87 (34.38% from 255) = 29.90%
BLUE value IS 46 (18.36% from 255) = 15.81%
R=54.30%
G=29.90%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158874600.450.710.3821.9654.940
Hex9E572E02D4726163728
Octal2361275605510746266750
Binary1001111010101111011100101101100011110011010110110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E572E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,87,46); }

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

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

 a { background-color: rgb(158,87,46); }

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

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

 span { border-color: rgb(158,87,46); }

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