#9B522F

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

Shades of Piper #9B522F

Tints of Piper #9B522F

Color information

#9B522F (or 0x9B522F) is unknown color: approx Piper. HEX triplet: 9B, 52 and 2F. RGB value is (155,82,47). Sum of RGB (Red+Green+Blue) = 155+82+47=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B522F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B522F is #64ADD0. Grayscale: #646464. Windows color (decimal): -6598097 or 3101339. OLE color: 3101339.

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

Color convert

RGB1558247-
CMYK00.470.700.39
HSL19.44º53.47%39.61%-
HSV(B)19.44º69.68%60.78%-
XYZ17.0513.214.34-
YUV99.8498.18167.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.58%
GREEN value IS 82 (32.42% from 255) = 28.87%
BLUE value IS 47 (18.75% from 255) = 16.55%
R=54.58%
G=28.87%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155824700.470.700.3919.4453.4739.61
Hex9B522F02F4627133528
Octal2331225705710647236550
Binary1001101110100101011110101111100011010011110011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B522F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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