#9E4F34

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

Shades of Piper #9E4F34

Tints of Piper #9E4F34

Color information

#9E4F34 (or 0x9E4F34) is unknown color: approx Piper. HEX triplet: 9E, 4F and 34. RGB value is (158,79,52). Sum of RGB (Red+Green+Blue) = 158+79+52=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E4F34 is #61B0CB. Grayscale: #636363. Windows color (decimal): -6402252 or 3428254. OLE color: 3428254.

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

Color convert

RGB1587952-
CMYK00.500.670.38
HSL15.28º50.48%41.18%-
HSV(B)15.28º67.09%61.96%-
XYZ17.5213.114.86-
YUV99.54101.17169.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.67%
GREEN value IS 79 (31.25% from 255) = 27.34%
BLUE value IS 52 (20.70% from 255) = 17.99%
R=54.67%
G=27.34%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158795200.500.670.3815.2850.4841.18
Hex9E4F340324326f3229
Octal2361176406210346176251
Binary100111101001111110100011001010000111001101111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,79,52); }

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

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

 a { background-color: rgb(158,79,52); }

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

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

 span { border-color: rgb(158,79,52); }

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