Html Css Color HEX #9A7931 Buttered Rum

📋 copy color: '#9A7931'

red 154 ◦ green 121 ◦ blue 49

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

Shades of Buttered Rum #9A7931

Tints of Buttered Rum #9A7931

RGB

 RED value IS 154 (60.55% from 255) = 47.53%

 GREEN value IS 121 (47.66% from 255) = 37.35%

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

R = 47.53%
G = 37.35%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#9A7931 (or 0x9A7931) is known color: Buttered Rum. HEX triplet: 9A, 79 and 31. RGB value is (154,121,49). Sum of RGB (Red+Green+Blue) = 154+121+49=324 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.53% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7931 is #6586CE. Grayscale: #7A7A7A. Windows color (decimal): -6653647 or 3242394. OLE color: 3242394.

HSL color Cylindrical-coordinate representation of color #9A7931: hue angle of 41.14º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A7931 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 121 49 -
CMYK 0 0.21 0.68 0.40
HSL 41.14º 0.52% 0.4% -
HSV(B) 41.14º 0.68% 0.6% -
XYZ 20.72 20.77 5.82 -
YUV 122.66 86.43 150.35 -
System Red Green Blue C M Y K H S L
Decimal 154 121 49 0 0.21 0.68 0.40 41.14 0.52 0.4
Hex 9A 79 31 0 15 44 28 29 34 28
Octal 232 171 61 0 25 104 50 51 64 50
Binary 10011010 1111001 110001 0 10101 1000100 101000 101001 110100 101000

Color Harmonies of #9A7931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7931

Black with #9A7931

Text Example


Text Example

White with #9A7931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,121,49); }

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

background-color css

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

 a { background-color: rgb(154,121,49); }

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

border-color css

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

 span { border-color: rgb(154,121,49); }

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