Html Css Color HEX #977231 Buttered Rum

📋 copy color: '#977231'

red 151 ◦ green 114 ◦ blue 49

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

Shades of Buttered Rum #977231

Tints of Buttered Rum #977231

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.31%

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

R = 48.09%
G = 36.31%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#977231 (or 0x977231) is known color: Buttered Rum. HEX triplet: 97, 72 and 31. RGB value is (151,114,49). Sum of RGB (Red+Green+Blue) = 151+114+49=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #977231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977231 is #688DCE. Grayscale: #757575. Windows color (decimal): -6852047 or 3240599. OLE color: 3240599.

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

Color convert

RGB 151 114 49 -
CMYK 0 0.25 0.68 0.41
HSL 38.24º 0.51% 0.39% -
HSV(B) 38.24º 0.68% 0.59% -
XYZ 19.33 18.84 5.52 -
YUV 117.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 151 114 49 0 0.25 0.68 0.41 38.24 0.51 0.39
Hex 97 72 31 0 19 44 29 26 33 27
Octal 227 162 61 0 31 104 51 46 63 47
Binary 10010111 1110010 110001 0 11001 1000100 101001 100110 110011 100111

Color Harmonies of #977231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977231

Black with #977231

Text Example


Text Example

White with #977231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977231; }

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

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

background-color css

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

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

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

border-color css

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

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

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