Html Css Color HEX #9F7731 Buttered Rum

📋 copy color: '#9F7731'

red 159 ◦ green 119 ◦ blue 49

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

Shades of Buttered Rum #9F7731

Tints of Buttered Rum #9F7731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.98%

R = 48.62%
G = 36.39%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9F7731 (or 0x9F7731) is known color: Buttered Rum. HEX triplet: 9F, 77 and 31. RGB value is (159,119,49). Sum of RGB (Red+Green+Blue) = 159+119+49=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7731 is #6088CE. Grayscale: #7B7B7B. Windows color (decimal): -6326479 or 3241887. OLE color: 3241887.

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

Color convert

RGB 159 119 49 -
CMYK 0 0.25 0.69 0.38
HSL 38.18º 0.53% 0.41% -
HSV(B) 38.18º 0.69% 0.62% -
XYZ 21.45 20.79 5.79 -
YUV 122.98 86.25 153.69 -
System Red Green Blue C M Y K H S L
Decimal 159 119 49 0 0.25 0.69 0.38 38.18 0.53 0.41
Hex 9F 77 31 0 19 45 26 26 35 29
Octal 237 167 61 0 31 105 46 46 65 51
Binary 10011111 1110111 110001 0 11001 1000101 100110 100110 110101 101001

Color Harmonies of #9F7731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7731

Black with #9F7731

Text Example


Text Example

White with #9F7731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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