#9b5030

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

Shades of Piper #9B5030

Tints of Piper #9B5030

Color information

#9B5030 (or 0x9B5030) is unknown color: approx Piper. HEX triplet: 9B, 50 and 30. RGB value is (155,80,48). Sum of RGB (Red+Green+Blue) = 155+80+48=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5030 is #64AFCF. Grayscale: #626262. Windows color (decimal): -6598608 or 3166363. OLE color: 3166363.

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

Color convert

RGB1558048-
CMYK00.480.690.39
HSL17.94º52.71%39.8%-
HSV(B)17.94º69.03%60.78%-
XYZ16.9212.924.4-
YUV98.7899.35168.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.77%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 48 (19.14% from 255) = 16.96%
R=54.77%
G=28.27%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155804800.480.690.3917.9452.7139.8
Hex9B50300304527123528
Octal2331206006010547226550
Binary1001101110100001100000110000100010110011110010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b5030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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