#995035

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

Shades of Piper #995035

Tints of Piper #995035

Color information

#995035 (or 0x995035) is unknown color: approx Piper. HEX triplet: 99, 50 and 35. RGB value is (153,80,53). Sum of RGB (Red+Green+Blue) = 153+80+53=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #995035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995035 is #66AFCA. Grayscale: #626262. Windows color (decimal): -6729675 or 3494041. OLE color: 3494041.

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

Color convert

RGB1538053-
CMYK00.480.650.4
HSL16.2º48.54%40.39%-
HSV(B)16.2º65.36%60%-
XYZ16.6512.774.95-
YUV98.75102.18166.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.50%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 53 (21.09% from 255) = 18.53%
R=53.50%
G=27.97%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153805300.480.650.416.248.5440.39
Hex9950350304128103128
Octal2311206506010150206150
Binary1001100110100001101010110000100000110100010000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995035; }

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

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

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

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

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

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

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

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