#9B5036

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

Shades of Piper #9B5036

Tints of Piper #9B5036

Color information

#9B5036 (or 0x9B5036) is unknown color: approx Piper. HEX triplet: 9B, 50 and 36. RGB value is (155,80,54). Sum of RGB (Red+Green+Blue) = 155+80+54=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5036 is #64AFC9. Grayscale: #636363. Windows color (decimal): -6598602 or 3559579. OLE color: 3559579.

HSL color Cylindrical-coordinate representation of color #9B5036: hue angle of 15.45º 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 #9B5036 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB1558054-
CMYK00.480.650.39
HSL15.45º48.33%40.98%-
HSV(B)15.45º65.16%60.78%-
XYZ17.0512.975.1-
YUV99.46102.35167.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.63%
GREEN value IS 80 (31.64% from 255) = 27.68%
BLUE value IS 54 (21.48% from 255) = 18.69%
R=53.63%
G=27.68%
B=18.69%

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
Decimal155805400.480.650.3915.4548.3340.98
Hex9B50360304127f3029
Octal2331206606010147176051
Binary100110111010000110110011000010000011001111111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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