Html Css Color HEX #997731 Buttered Rum

📋 copy color: '#997731'

red 153 ◦ green 119 ◦ blue 49

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

Shades of Buttered Rum #997731

Tints of Buttered Rum #997731

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.07%

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

R = 47.66%
G = 37.07%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#997731 (or 0x997731) is known color: Buttered Rum. HEX triplet: 99, 77 and 31. RGB value is (153,119,49). Sum of RGB (Red+Green+Blue) = 153+119+49=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #997731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997731 is #6688CE. Grayscale: #797979. Windows color (decimal): -6719695 or 3241881. OLE color: 3241881.

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

Color convert

RGB 153 119 49 -
CMYK 0 0.22 0.68 0.4
HSL 40.38º 0.51% 0.4% -
HSV(B) 40.38º 0.68% 0.6% -
XYZ 20.29 20.19 5.73 -
YUV 121.19 87.26 150.69 -
System Red Green Blue C M Y K H S L
Decimal 153 119 49 0 0.22 0.68 0.4 40.38 0.51 0.4
Hex 99 77 31 0 16 44 28 28 33 28
Octal 231 167 61 0 26 104 50 50 63 50
Binary 10011001 1110111 110001 0 10110 1000100 101000 101000 110011 101000

Color Harmonies of #997731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997731

Black with #997731

Text Example


Text Example

White with #997731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997731; }

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

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

background-color css

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

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

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

border-color css

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

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

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