#9F5049

Color #9F5049 Apple Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Blossom #9F5049

Tints of Apple Blossom #9F5049

Color information

#9F5049 (or 0x9F5049) is unknown color: approx Apple Blossom. HEX triplet: 9F, 50 and 49. RGB value is (159,80,73). Sum of RGB (Red+Green+Blue) = 159+80+73=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5049 is #60AFB6. Grayscale: #666666. Windows color (decimal): -6336439 or 4804767. OLE color: 4804767.

HSL color Cylindrical-coordinate representation of color #9F5049: hue angle of 4.88º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F5049 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB1598073-
CMYK00.500.540.38
HSL4.88º37.07%45.49%-
HSV(B)4.88º54.09%62.35%-
XYZ18.3713.597.96-
YUV102.82111.17168.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.96%
GREEN value IS 80 (31.64% from 255) = 25.64%
BLUE value IS 73 (28.91% from 255) = 23.40%
R=50.96%
G=25.64%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159807300.500.540.384.8837.0745.49
Hex9F504903236265252d
Octal237120111062664654555
Binary10011111101000010010010110010110110100110101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F5049; }

 p { color: rgb(159,80,73); }

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

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

 a { background-color: rgb(159,80,73); }

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

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

 span { border-color: rgb(159,80,73); }

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