#994F36

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

Shades of Piper #994F36

Tints of Piper #994F36

Color information

#994F36 (or 0x994F36) is unknown color: approx Piper. HEX triplet: 99, 4F and 36. RGB value is (153,79,54). Sum of RGB (Red+Green+Blue) = 153+79+54=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #994F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994F36 is #66B0C9. Grayscale: #626262. Windows color (decimal): -6729930 or 3559321. OLE color: 3559321.

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

Color convert

RGB1537954-
CMYK00.480.650.4
HSL15.15º47.83%40.59%-
HSV(B)15.15º64.71%60%-
XYZ16.612.635.05-
YUV98.28103.02167.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.50%
GREEN value IS 79 (31.25% from 255) = 27.62%
BLUE value IS 54 (21.48% from 255) = 18.88%
R=53.50%
G=27.62%
B=18.88%

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
Decimal153795400.480.650.415.1547.8340.59
Hex994F360304128f3029
Octal2311176606010150176051
Binary100110011001111110110011000010000011010001111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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