#995134

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

Shades of Piper #995134

Tints of Piper #995134

Color information

#995134 (or 0x995134) is unknown color: approx Piper. HEX triplet: 99, 51 and 34. RGB value is (153,81,52). Sum of RGB (Red+Green+Blue) = 153+81+52=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #995134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995134 is #66AECB. Grayscale: #636363. Windows color (decimal): -6729420 or 3428761. OLE color: 3428761.

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

Color convert

RGB1538152-
CMYK00.470.660.4
HSL17.23º49.27%40.2%-
HSV(B)17.23º66.01%60%-
XYZ16.712.914.86-
YUV99.22101.35166.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.50%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 52 (20.70% from 255) = 18.18%
R=53.50%
G=28.32%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153815200.470.660.417.2349.2740.2
Hex99513402F4228113128
Octal2311216405710250216150
Binary1001100110100011101000101111100001010100010001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995134; }

 p { color: rgb(153,81,52); }

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

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

 a { background-color: rgb(153,81,52); }

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

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

 span { border-color: rgb(153,81,52); }

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