#995335

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

Shades of Piper #995335

Tints of Piper #995335

Color information

#995335 (or 0x995335) is unknown color: approx Piper. HEX triplet: 99, 53 and 35. RGB value is (153,83,53). Sum of RGB (Red+Green+Blue) = 153+83+53=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #995335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995335 is #66ACCA. Grayscale: #646464. Windows color (decimal): -6728907 or 3494809. OLE color: 3494809.

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

Color convert

RGB1538353-
CMYK00.460.650.4
HSL18º48.54%40.39%-
HSV(B)18º65.36%60%-
XYZ16.8713.225.03-
YUV100.51101.19165.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.94%
GREEN value IS 83 (32.81% from 255) = 28.72%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=52.94%
G=28.72%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153835300.460.650.41848.5440.39
Hex99533502E4128123128
Octal2311236505610150226150
Binary1001100110100111101010101110100000110100010010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995335; }

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

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

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

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

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

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

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

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