#995331

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

Shades of Piper #995331

Tints of Piper #995331

Color information

#995331 (or 0x995331) is unknown color: approx Piper. HEX triplet: 99, 53 and 31. RGB value is (153,83,49). Sum of RGB (Red+Green+Blue) = 153+83+49=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #995331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995331 is #66ACCE. Grayscale: #646464. Windows color (decimal): -6728911 or 3232665. OLE color: 3232665.

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

Color convert

RGB1538349-
CMYK00.460.680.4
HSL19.62º51.49%39.61%-
HSV(B)19.62º67.97%60%-
XYZ16.7813.184.57-
YUV100.0599.19165.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.68%
GREEN value IS 83 (32.81% from 255) = 29.12%
BLUE value IS 49 (19.53% from 255) = 17.19%
R=53.68%
G=29.12%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153834900.460.680.419.6251.4939.61
Hex99533102E4428143328
Octal2311236105610450246350
Binary1001100110100111100010101110100010010100010100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995331; }

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

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

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

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

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

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

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

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