Html Css Color HEX #9F7A31 Buttered Rum

📋 copy color: '#9F7A31'

red 159 ◦ green 122 ◦ blue 49

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

Shades of Buttered Rum #9F7A31

Tints of Buttered Rum #9F7A31

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.97%

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

R = 48.18%
G = 36.97%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9F7A31 (or 0x9F7A31) is known color: Buttered Rum. HEX triplet: 9F, 7A and 31. RGB value is (159,122,49). Sum of RGB (Red+Green+Blue) = 159+122+49=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7A31 is #6085CE. Grayscale: #7D7D7D. Windows color (decimal): -6325711 or 3242655. OLE color: 3242655.

HSL color Cylindrical-coordinate representation of color #9F7A31: hue angle of 39.82º 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 #9F7A31 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 122 49 -
CMYK 0 0.23 0.69 0.38
HSL 39.82º 0.53% 0.41% -
HSV(B) 39.82º 0.69% 0.62% -
XYZ 21.81 21.51 5.91 -
YUV 124.74 85.26 152.44 -
System Red Green Blue C M Y K H S L
Decimal 159 122 49 0 0.23 0.69 0.38 39.82 0.53 0.41
Hex 9F 7A 31 0 17 45 26 28 35 29
Octal 237 172 61 0 27 105 46 50 65 51
Binary 10011111 1111010 110001 0 10111 1000101 100110 101000 110101 101001

Color Harmonies of #9F7A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7A31

Black with #9F7A31

Text Example


Text Example

White with #9F7A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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