#9E572F

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

Shades of Piper #9E572F

Tints of Piper #9E572F

Color information

#9E572F (or 0x9E572F) is unknown color: approx Piper. HEX triplet: 9E, 57 and 2F. RGB value is (158,87,47). Sum of RGB (Red+Green+Blue) = 158+87+47=292 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.11% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 158 - color contains mainly: red. Hex color #9E572F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E572F is #61A8D0. Grayscale: #676767. Windows color (decimal): -6400209 or 3102622. OLE color: 3102622.

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

Color convert

RGB1588747-
CMYK00.450.700.38
HSL21.62º54.15%40.2%-
HSV(B)21.62º70.25%61.96%-
XYZ18.0214.294.5-
YUV103.6796.02166.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.11%
GREEN value IS 87 (34.38% from 255) = 29.79%
BLUE value IS 47 (18.75% from 255) = 16.10%
R=54.11%
G=29.79%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158874700.450.700.3821.6254.1540.2
Hex9E572F02D4626163628
Octal2361275705510646266650
Binary1001111010101111011110101101100011010011010110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E572F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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