Html Css Color HEX #997031 Buttered Rum

📋 copy color: '#997031'

red 153 ◦ green 112 ◦ blue 49

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

Shades of Buttered Rum #997031

Tints of Buttered Rum #997031

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.67%

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

R = 48.73%
G = 35.67%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#997031 (or 0x997031) is known color: Buttered Rum. HEX triplet: 99, 70 and 31. RGB value is (153,112,49). Sum of RGB (Red+Green+Blue) = 153+112+49=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #997031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997031 is #668FCE. Grayscale: #757575. Windows color (decimal): -6721487 or 3240089. OLE color: 3240089.

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

Color convert

RGB 153 112 49 -
CMYK 0 0.27 0.68 0.4
HSL 36.35º 0.51% 0.4% -
HSV(B) 36.35º 0.68% 0.6% -
XYZ 19.49 18.58 5.47 -
YUV 117.08 89.58 153.62 -
System Red Green Blue C M Y K H S L
Decimal 153 112 49 0 0.27 0.68 0.4 36.35 0.51 0.4
Hex 99 70 31 0 1B 44 28 24 33 28
Octal 231 160 61 0 33 104 50 44 63 50
Binary 10011001 1110000 110001 0 11011 1000100 101000 100100 110011 101000

Color Harmonies of #997031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997031

Black with #997031

Text Example


Text Example

White with #997031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997031; }

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

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

background-color css

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

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

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

border-color css

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

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

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