Html Css Color HEX #997A31 Buttered Rum

📋 copy color: '#997A31'

red 153 ◦ green 122 ◦ blue 49

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

Shades of Buttered Rum #997A31

Tints of Buttered Rum #997A31

RGB

 RED value IS 153 (60.16% from 255) = 47.22%

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

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

R = 47.22%
G = 37.65%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#997A31 (or 0x997A31) is known color: Buttered Rum. HEX triplet: 99, 7A and 31. RGB value is (153,122,49). Sum of RGB (Red+Green+Blue) = 153+122+49=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #997A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997A31 is #6685CE. Grayscale: #7B7B7B. Windows color (decimal): -6718927 or 3242649. OLE color: 3242649.

HSL color Cylindrical-coordinate representation of color #997A31: hue angle of 42.12º degrees, saturation: 0.51, 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 #997A31 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 122 49 -
CMYK 0 0.20 0.68 0.4
HSL 42.12º 0.51% 0.4% -
HSV(B) 42.12º 0.68% 0.6% -
XYZ 20.65 20.91 5.85 -
YUV 122.95 86.27 149.44 -
System Red Green Blue C M Y K H S L
Decimal 153 122 49 0 0.20 0.68 0.4 42.12 0.51 0.4
Hex 99 7A 31 0 14 44 28 2A 33 28
Octal 231 172 61 0 24 104 50 52 63 50
Binary 10011001 1111010 110001 0 10100 1000100 101000 101010 110011 101000

Color Harmonies of #997A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997A31

Black with #997A31

Text Example


Text Example

White with #997A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997A31; }

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

 H1.HeaderClassName
 {
   color: #997A31;
 }
 .AnyTagClassName
 {
   color: #997A31;
 }
</style>

background-color css

<style>
 a { background-color: #997A31; }

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

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

border-color css

<style>
 span { border-color: #997A31; }

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

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