#995334

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

Shades of Piper #995334

Tints of Piper #995334

Color information

#995334 (or 0x995334) is unknown color: approx Piper. HEX triplet: 99, 53 and 34. RGB value is (153,83,52). Sum of RGB (Red+Green+Blue) = 153+83+52=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #995334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995334 is #66ACCB. Grayscale: #646464. Windows color (decimal): -6728908 or 3429273. OLE color: 3429273.

HSL color Cylindrical-coordinate representation of color #995334: hue angle of 18.42º 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 #995334 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB1538352-
CMYK00.460.660.4
HSL18.42º49.27%40.2%-
HSV(B)18.42º66.01%60%-
XYZ16.8513.214.91-
YUV100.4100.69165.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.12%
GREEN value IS 83 (32.81% from 255) = 28.82%
BLUE value IS 52 (20.70% from 255) = 18.06%
R=53.12%
G=28.82%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153835200.460.660.418.4249.2740.2
Hex99533402E4228123128
Octal2311236405610250226150
Binary1001100110100111101000101110100001010100010010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995334; }

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

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

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

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

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

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

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

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