#995033

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

Shades of Piper #995033

Tints of Piper #995033

Color information

#995033 (or 0x995033) is unknown color: approx Piper. HEX triplet: 99, 50 and 33. RGB value is (153,80,51). Sum of RGB (Red+Green+Blue) = 153+80+51=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #995033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995033 is #66AFCC. Grayscale: #626262. Windows color (decimal): -6729677 or 3362969. OLE color: 3362969.

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

Color convert

RGB1538051-
CMYK00.480.670.4
HSL17.06º50%40%-
HSV(B)17.06º66.67%60%-
XYZ16.612.754.72-
YUV98.52101.18166.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.87%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 51 (20.31% from 255) = 17.96%
R=53.87%
G=28.17%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153805100.480.670.417.065040
Hex9950330304328113228
Octal2311206306010350216250
Binary1001100110100001100110110000100001110100010001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995033; }

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

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

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

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

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

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

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

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