Html Css Color HEX #997131 Buttered Rum

📋 copy color: '#997131'

red 153 ◦ green 113 ◦ blue 49

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

Shades of Buttered Rum #997131

Tints of Buttered Rum #997131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.87%

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

R = 48.57%
G = 35.87%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#997131 (or 0x997131) is known color: Buttered Rum. HEX triplet: 99, 71 and 31. RGB value is (153,113,49). Sum of RGB (Red+Green+Blue) = 153+113+49=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #997131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997131 is #668ECE. Grayscale: #757575. Windows color (decimal): -6721231 or 3240345. OLE color: 3240345.

HSL color Cylindrical-coordinate representation of color #997131: hue angle of 36.92º 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 #997131 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 49 -
CMYK 0 0.26 0.68 0.4
HSL 36.92º 0.51% 0.4% -
HSV(B) 36.92º 0.68% 0.6% -
XYZ 19.6 18.8 5.5 -
YUV 117.66 89.25 153.2 -
System Red Green Blue C M Y K H S L
Decimal 153 113 49 0 0.26 0.68 0.4 36.92 0.51 0.4
Hex 99 71 31 0 1A 44 28 25 33 28
Octal 231 161 61 0 32 104 50 45 63 50
Binary 10011001 1110001 110001 0 11010 1000100 101000 100101 110011 101000

Color Harmonies of #997131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997131

Black with #997131

Text Example


Text Example

White with #997131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997131; }

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

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

background-color css

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

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

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

border-color css

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

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

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