#9B5138

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

Shades of Piper #9B5138

Tints of Piper #9B5138

Color information

#9B5138 (or 0x9B5138) is unknown color: approx Piper. HEX triplet: 9B, 51 and 38. RGB value is (155,81,56). Sum of RGB (Red+Green+Blue) = 155+81+56=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5138 is #64AEC7. Grayscale: #646464. Windows color (decimal): -6598344 or 3690907. OLE color: 3690907.

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

Color convert

RGB1558156-
CMYK00.480.640.39
HSL15.15º46.92%41.37%-
HSV(B)15.15º63.87%60.78%-
XYZ17.1713.145.37-
YUV100.28103.02167.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.08%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 56 (22.27% from 255) = 19.18%
R=53.08%
G=27.74%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155815600.480.640.3915.1546.9241.37
Hex9B51380304027f2f29
Octal2331217006010047175751
Binary100110111010001111000011000010000001001111111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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