Html Css Color HEX #9F5048 Apple Blossom

📋 copy color: '#9F5048'

red 159 ◦ green 80 ◦ blue 72

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

Shades of Apple Blossom #9F5048

Tints of Apple Blossom #9F5048

RGB

 RED value IS 159 (62.5% from 255) = 51.13%

 GREEN value IS 80 (31.64% from 255) = 25.72%

 BLUE value IS 72 (28.52% from 255) = 23.15%

R = 51.13%
G = 25.72%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9F5048 (or 0x9F5048) is known color: Apple Blossom. HEX triplet: 9F, 50 and 48. RGB value is (159,80,72). Sum of RGB (Red+Green+Blue) = 159+80+72=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5048 is #60AFB7. Grayscale: #666666. Windows color (decimal): -6336440 or 4739231. OLE color: 4739231.

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

Color convert

RGB 159 80 72 -
CMYK 0 0.50 0.55 0.38
HSL 5.52º 0.38% 0.45% -
HSV(B) 5.52º 0.55% 0.62% -
XYZ 18.34 13.58 7.78 -
YUV 102.71 110.67 168.15 -
System Red Green Blue C M Y K H S L
Decimal 159 80 72 0 0.50 0.55 0.38 5.52 0.38 0.45
Hex 9F 50 48 0 32 37 26 6 26 2D
Octal 237 120 110 0 62 67 46 6 46 55
Binary 10011111 1010000 1001000 0 110010 110111 100110 110 100110 101101

Color Harmonies of #9F5048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5048

Black with #9F5048

Text Example


Text Example

White with #9F5048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F5048;
 }
 .AnyTagClassName
 {
   color: #9F5048;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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