#9E5135

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

Shades of Piper #9E5135

Tints of Piper #9E5135

Color information

#9E5135 (or 0x9E5135) is unknown color: approx Piper. HEX triplet: 9E, 51 and 35. RGB value is (158,81,53). Sum of RGB (Red+Green+Blue) = 158+81+53=292 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.11% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5135 is #61AECA. Grayscale: #656565. Windows color (decimal): -6401739 or 3494302. OLE color: 3494302.

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

Color convert

RGB1588153-
CMYK00.490.660.38
HSL16º49.76%41.37%-
HSV(B)16º66.46%61.96%-
XYZ17.6913.415.02-
YUV100.83101.01168.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.11%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 53 (21.09% from 255) = 18.15%
R=54.11%
G=27.74%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158815300.490.660.381649.7641.37
Hex9E51350314226103229
Octal2361216506110246206251
Binary1001111010100011101010110001100001010011010000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,81,53); }

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

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

 a { background-color: rgb(158,81,53); }

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

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

 span { border-color: rgb(158,81,53); }

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