Html Css Color HEX #977128 Buttered Rum

📋 copy color: '#977128'

red 151 ◦ green 113 ◦ blue 40

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

Shades of Buttered Rum #977128

Tints of Buttered Rum #977128

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.17%

 BLUE value IS 40 (16.02% from 255) = 13.16%

R = 49.67%
G = 37.17%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#977128 (or 0x977128) is known color: Buttered Rum. HEX triplet: 97, 71 and 28. RGB value is (151,113,40). Sum of RGB (Red+Green+Blue) = 151+113+40=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #977128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977128 is #688ED7. Grayscale: #747474. Windows color (decimal): -6852312 or 2650519. OLE color: 2650519.

HSL color Cylindrical-coordinate representation of color #977128: hue angle of 39.46º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #977128 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 113 40 -
CMYK 0 0.25 0.74 0.41
HSL 39.46º 0.58% 0.37% -
HSV(B) 39.46º 0.74% 0.59% -
XYZ 19.05 18.54 4.58 -
YUV 116.04 85.09 152.94 -
System Red Green Blue C M Y K H S L
Decimal 151 113 40 0 0.25 0.74 0.41 39.46 0.58 0.37
Hex 97 71 28 0 19 4A 29 27 3A 25
Octal 227 161 50 0 31 112 51 47 72 45
Binary 10010111 1110001 101000 0 11001 1001010 101001 100111 111010 100101

Color Harmonies of #977128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977128

Black with #977128

Text Example


Text Example

White with #977128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977128; }

 p { color: rgb(151,113,40); }

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

background-color css

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

 a { background-color: rgb(151,113,40); }

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

border-color css

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

 span { border-color: rgb(151,113,40); }

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