Html Css Color HEX #9F5049 Apple Blossom

📋 copy color: '#9F5049'

red 159 ◦ green 80 ◦ blue 73

#9F5049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple Blossom #9F5049

Tints of Apple Blossom #9F5049

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.4%

R = 50.96%
G = 25.64%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9F5049 (or 0x9F5049) is known color: 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

RGB 159 80 73 -
CMYK 0 0.50 0.54 0.38
HSL 4.88º 0.37% 0.45% -
HSV(B) 4.88º 0.54% 0.62% -
XYZ 18.37 13.59 7.96 -
YUV 102.82 111.17 168.07 -
System Red Green Blue C M Y K H S L
Decimal 159 80 73 0 0.50 0.54 0.38 4.88 0.37 0.45
Hex 9F 50 49 0 32 36 26 5 25 2D
Octal 237 120 111 0 62 66 46 5 45 55
Binary 10011111 1010000 1001001 0 110010 110110 100110 101 100101 101101

Color Harmonies of #9F5049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5049

Black with #9F5049

Text Example


Text Example

White with #9F5049

Text Example


Text Example

HTML Codes & Css Web 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>