#9A5431

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

Shades of Piper #9A5431

Tints of Piper #9A5431

Color information

#9A5431 (or 0x9A5431) is unknown color: approx Piper. HEX triplet: 9A, 54 and 31. RGB value is (154,84,49). Sum of RGB (Red+Green+Blue) = 154+84+49=287 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.66% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5431 is #65ABCE. Grayscale: #656565. Windows color (decimal): -6663119 or 3232922. OLE color: 3232922.

HSL color Cylindrical-coordinate representation of color #9A5431: hue angle of 20º degrees, saturation: 0.52, 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 #9A5431 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB1548449-
CMYK00.450.680.40
HSL20º51.72%39.8%-
HSV(B)20º68.18%60.39%-
XYZ17.0513.434.6-
YUV100.9498.69165.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 53.66%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 49 (19.53% from 255) = 17.07%
R=53.66%
G=29.27%
B=17.07%

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
Decimal154844900.450.680.402051.7239.8
Hex9A543102D4428143428
Octal2321246105510450246450
Binary1001101010101001100010101101100010010100010100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,84,49); }

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

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

 a { background-color: rgb(154,84,49); }

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

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

 span { border-color: rgb(154,84,49); }

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