Html Css Color HEX #977531 Buttered Rum

📋 copy color: '#977531'

red 151 ◦ green 117 ◦ blue 49

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

Shades of Buttered Rum #977531

Tints of Buttered Rum #977531

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.91%

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

R = 47.63%
G = 36.91%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#977531 (or 0x977531) is known color: Buttered Rum. HEX triplet: 97, 75 and 31. RGB value is (151,117,49). Sum of RGB (Red+Green+Blue) = 151+117+49=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #977531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977531 is #688ACE. Grayscale: #777777. Windows color (decimal): -6851279 or 3241367. OLE color: 3241367.

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

Color convert

RGB 151 117 49 -
CMYK 0 0.23 0.68 0.41
HSL 40º 0.51% 0.39% -
HSV(B) 40º 0.68% 0.59% -
XYZ 19.68 19.52 5.64 -
YUV 119.41 88.26 150.53 -
System Red Green Blue C M Y K H S L
Decimal 151 117 49 0 0.23 0.68 0.41 40 0.51 0.39
Hex 97 75 31 0 17 44 29 28 33 27
Octal 227 165 61 0 27 104 51 50 63 47
Binary 10010111 1110101 110001 0 10111 1000100 101001 101000 110011 100111

Color Harmonies of #977531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977531

Black with #977531

Text Example


Text Example

White with #977531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977531; }

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

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

background-color css

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

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

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

border-color css

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

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

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