#995135

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

Shades of Piper #995135

Tints of Piper #995135

Color information

#995135 (or 0x995135) is unknown color: approx Piper. HEX triplet: 99, 51 and 35. RGB value is (153,81,53). Sum of RGB (Red+Green+Blue) = 153+81+53=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #995135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995135 is #66AECA. Grayscale: #636363. Windows color (decimal): -6729419 or 3494297. OLE color: 3494297.

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

Color convert

RGB1538153-
CMYK00.470.650.4
HSL16.8º48.54%40.39%-
HSV(B)16.8º65.36%60%-
XYZ16.7212.914.98-
YUV99.34101.85166.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.31%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 53 (21.09% from 255) = 18.47%
R=53.31%
G=28.22%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153815300.470.650.416.848.5440.39
Hex99513502F4128113128
Octal2311216505710150216150
Binary1001100110100011101010101111100000110100010001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995135; }

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

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

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

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

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

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

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

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