#9A5532

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

Shades of Piper #9A5532

Tints of Piper #9A5532

Color information

#9A5532 (or 0x9A5532) is unknown color: approx Piper. HEX triplet: 9A, 55 and 32. RGB value is (154,85,50). Sum of RGB (Red+Green+Blue) = 154+85+50=289 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.29% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5532 is #65AACD. Grayscale: #656565. Windows color (decimal): -6662862 or 3298714. OLE color: 3298714.

HSL color Cylindrical-coordinate representation of color #9A5532: hue angle of 20.19º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A5532 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB1548550-
CMYK00.450.680.40
HSL20.19º50.98%40%-
HSV(B)20.19º67.53%60.39%-
XYZ17.1513.64.74-
YUV101.6498.86165.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 53.29%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 50 (19.92% from 255) = 17.30%
R=53.29%
G=29.41%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154855000.450.680.4020.1950.9840
Hex9A553202D4428143328
Octal2321256205510450246350
Binary1001101010101011100100101101100010010100010100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,85,50); }

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

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

 a { background-color: rgb(154,85,50); }

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

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

 span { border-color: rgb(154,85,50); }

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