#9B5031

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

Shades of Piper #9B5031

Tints of Piper #9B5031

Color information

#9B5031 (or 0x9B5031) is unknown color: approx Piper. HEX triplet: 9B, 50 and 31. RGB value is (155,80,49). Sum of RGB (Red+Green+Blue) = 155+80+49=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5031 is #64AFCE. Grayscale: #636363. Windows color (decimal): -6598607 or 3231899. OLE color: 3231899.

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

Color convert

RGB1558049-
CMYK00.480.680.39
HSL17.55º51.96%40%-
HSV(B)17.55º68.39%60.78%-
XYZ16.9412.934.51-
YUV98.8999.85168.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.58%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 49 (19.53% from 255) = 17.25%
R=54.58%
G=28.17%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155804900.480.680.3917.5551.9640
Hex9B50310304427123428
Octal2331206106010447226450
Binary1001101110100001100010110000100010010011110010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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