#9B5136

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

Shades of Piper #9B5136

Tints of Piper #9B5136

Color information

#9B5136 (or 0x9B5136) is unknown color: approx Piper. HEX triplet: 9B, 51 and 36. RGB value is (155,81,54). Sum of RGB (Red+Green+Blue) = 155+81+54=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5136 is #64AEC9. Grayscale: #646464. Windows color (decimal): -6598346 or 3559835. OLE color: 3559835.

HSL color Cylindrical-coordinate representation of color #9B5136: hue angle of 16.04º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B5136 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB1558154-
CMYK00.480.650.39
HSL16.04º48.33%40.98%-
HSV(B)16.04º65.16%60.78%-
XYZ17.1313.125.12-
YUV100.05102.02167.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.45%
GREEN value IS 81 (32.03% from 255) = 27.93%
BLUE value IS 54 (21.48% from 255) = 18.62%
R=53.45%
G=27.93%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155815400.480.650.3916.0448.3340.98
Hex9B51360304127103029
Octal2331216606010147206051
Binary1001101110100011101100110000100000110011110000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,81,54); }

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

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

 a { background-color: rgb(155,81,54); }

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

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

 span { border-color: rgb(155,81,54); }

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