#995432

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

Shades of Piper #995432

Tints of Piper #995432

Color information

#995432 (or 0x995432) is unknown color: approx Piper. HEX triplet: 99, 54 and 32. RGB value is (153,84,50). Sum of RGB (Red+Green+Blue) = 153+84+50=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #995432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995432 is #66ABCD. Grayscale: #646464. Windows color (decimal): -6728654 or 3298457. OLE color: 3298457.

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

Color convert

RGB1538450-
CMYK00.450.670.4
HSL19.81º50.74%39.8%-
HSV(B)19.81º67.32%60%-
XYZ16.8813.344.7-
YUV100.7699.36165.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.31%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 50 (19.92% from 255) = 17.42%
R=53.31%
G=29.27%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153845000.450.670.419.8150.7439.8
Hex99543202D4328143328
Octal2311246205510350246350
Binary1001100110101001100100101101100001110100010100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995432; }

 p { color: rgb(153,84,50); }

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

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

 a { background-color: rgb(153,84,50); }

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

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

 span { border-color: rgb(153,84,50); }

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