Html Css Color HEX #977431 Buttered Rum

📋 copy color: '#977431'

red 151 ◦ green 116 ◦ blue 49

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

Shades of Buttered Rum #977431

Tints of Buttered Rum #977431

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.71%

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

R = 47.78%
G = 36.71%
B = 15.51%

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

#977431 (or 0x977431) is known color: Buttered Rum. HEX triplet: 97, 74 and 31. RGB value is (151,116,49). Sum of RGB (Red+Green+Blue) = 151+116+49=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #977431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977431 is #688BCE. Grayscale: #777777. Windows color (decimal): -6851535 or 3241111. OLE color: 3241111.

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

Color convert

RGB 151 116 49 -
CMYK 0 0.23 0.68 0.41
HSL 39.41º 0.51% 0.39% -
HSV(B) 39.41º 0.68% 0.59% -
XYZ 19.56 19.29 5.6 -
YUV 118.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 151 116 49 0 0.23 0.68 0.41 39.41 0.51 0.39
Hex 97 74 31 0 17 44 29 27 33 27
Octal 227 164 61 0 27 104 51 47 63 47
Binary 10010111 1110100 110001 0 10111 1000100 101001 100111 110011 100111

Color Harmonies of #977431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977431

Black with #977431

Text Example


Text Example

White with #977431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977431; }

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

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

background-color css

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

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

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

border-color css

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

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

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