#994F33

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

Shades of Piper #994F33

Tints of Piper #994F33

Color information

#994F33 (or 0x994F33) is unknown color: approx Piper. HEX triplet: 99, 4F and 33. RGB value is (153,79,51). Sum of RGB (Red+Green+Blue) = 153+79+51=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #994F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994F33 is #66B0CC. Grayscale: #626262. Windows color (decimal): -6729933 or 3362713. OLE color: 3362713.

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

Color convert

RGB1537951-
CMYK00.480.670.4
HSL16.47º50%40%-
HSV(B)16.47º66.67%60%-
XYZ16.5312.64.69-
YUV97.93101.52167.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.06%
GREEN value IS 79 (31.25% from 255) = 27.92%
BLUE value IS 51 (20.31% from 255) = 18.02%
R=54.06%
G=27.92%
B=18.02%

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
Decimal153795100.480.670.416.475040
Hex994F330304328103228
Octal2311176306010350206250
Binary1001100110011111100110110000100001110100010000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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