#9B512F

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

Shades of Piper #9B512F

Tints of Piper #9B512F

Color information

#9B512F (or 0x9B512F) is unknown color: approx Piper. HEX triplet: 9B, 51 and 2F. RGB value is (155,81,47). Sum of RGB (Red+Green+Blue) = 155+81+47=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B512F is #64AED0. Grayscale: #636363. Windows color (decimal): -6598353 or 3101083. OLE color: 3101083.

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

Color convert

RGB1558147-
CMYK00.480.700.39
HSL18.89º53.47%39.61%-
HSV(B)18.89º69.68%60.78%-
XYZ16.9713.064.32-
YUV99.2598.52167.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.77%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 47 (18.75% from 255) = 16.61%
R=54.77%
G=28.62%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155814700.480.700.3918.8953.4739.61
Hex9B512F0304627133528
Octal2331215706010647236550
Binary1001101110100011011110110000100011010011110011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B512F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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