Html Css Color HEX #9F772E Buttered Rum

📋 copy color: '#9F772E'

red 159 ◦ green 119 ◦ blue 46

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

Shades of Buttered Rum #9F772E

Tints of Buttered Rum #9F772E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.73%

 BLUE value IS 46 (18.36% from 255) = 14.2%

R = 49.07%
G = 36.73%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#9F772E (or 0x9F772E) is known color: Buttered Rum. HEX triplet: 9F, 77 and 2E. RGB value is (159,119,46). Sum of RGB (Red+Green+Blue) = 159+119+46=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F772E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F772E is #6088D1. Grayscale: #7A7A7A. Windows color (decimal): -6326482 or 3045279. OLE color: 3045279.

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

Color convert

RGB 159 119 46 -
CMYK 0 0.25 0.71 0.38
HSL 38.76º 0.55% 0.4% -
HSV(B) 38.76º 0.71% 0.62% -
XYZ 21.39 20.76 5.46 -
YUV 122.64 84.75 153.94 -
System Red Green Blue C M Y K H S L
Decimal 159 119 46 0 0.25 0.71 0.38 38.76 0.55 0.4
Hex 9F 77 2E 0 19 47 26 27 37 28
Octal 237 167 56 0 31 107 46 47 67 50
Binary 10011111 1110111 101110 0 11001 1000111 100110 100111 110111 101000

Color Harmonies of #9F772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F772E

Black with #9F772E

Text Example


Text Example

White with #9F772E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,119,46); }

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

background-color css

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

 a { background-color: rgb(159,119,46); }

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

border-color css

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

 span { border-color: rgb(159,119,46); }

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