Html Css Color HEX #977031 Buttered Rum

📋 copy color: '#977031'

red 151 ◦ green 112 ◦ blue 49

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

Shades of Buttered Rum #977031

Tints of Buttered Rum #977031

RGB

 RED value IS 151 (59.38% from 255) = 48.4%

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

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

R = 48.4%
G = 35.9%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#977031 (or 0x977031) is known color: Buttered Rum. HEX triplet: 97, 70 and 31. RGB value is (151,112,49). Sum of RGB (Red+Green+Blue) = 151+112+49=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #977031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977031 is #688FCE. Grayscale: #747474. Windows color (decimal): -6852559 or 3240087. OLE color: 3240087.

HSL color Cylindrical-coordinate representation of color #977031: hue angle of 37.06º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #977031 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 112 49 -
CMYK 0 0.26 0.68 0.41
HSL 37.06º 0.51% 0.39% -
HSV(B) 37.06º 0.68% 0.59% -
XYZ 19.11 18.39 5.45 -
YUV 116.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 151 112 49 0 0.26 0.68 0.41 37.06 0.51 0.39
Hex 97 70 31 0 1A 44 29 25 33 27
Octal 227 160 61 0 32 104 51 45 63 47
Binary 10010111 1110000 110001 0 11010 1000100 101001 100101 110011 100111

Color Harmonies of #977031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977031

Black with #977031

Text Example


Text Example

White with #977031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977031; }

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

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

background-color css

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

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

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

border-color css

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

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

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