#994E36

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

Shades of Piper #994E36

Tints of Piper #994E36

Color information

#994E36 (or 0x994E36) is unknown color: approx Piper. HEX triplet: 99, 4E and 36. RGB value is (153,78,54). Sum of RGB (Red+Green+Blue) = 153+78+54=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #994E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994E36 is #66B1C9. Grayscale: #616161. Windows color (decimal): -6730186 or 3559065. OLE color: 3559065.

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

Color convert

RGB1537854-
CMYK00.490.650.4
HSL14.55º47.83%40.59%-
HSV(B)14.55º64.71%60%-
XYZ16.5312.495.03-
YUV97.69103.35167.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.68%
GREEN value IS 78 (30.86% from 255) = 27.37%
BLUE value IS 54 (21.48% from 255) = 18.95%
R=53.68%
G=27.37%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153785400.490.650.414.5547.8340.59
Hex994E360314128f3029
Octal2311166606110150176051
Binary100110011001110110110011000110000011010001111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994E36; }

 p { color: rgb(153,78,54); }

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

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

 a { background-color: rgb(153,78,54); }

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

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

 span { border-color: rgb(153,78,54); }

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