Html Css Color HEX #977129 Buttered Rum

📋 copy color: '#977129'

red 151 ◦ green 113 ◦ blue 41

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

Shades of Buttered Rum #977129

Tints of Buttered Rum #977129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.44%

R = 49.51%
G = 37.05%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#977129 (or 0x977129) is known color: Buttered Rum. HEX triplet: 97, 71 and 29. RGB value is (151,113,41). Sum of RGB (Red+Green+Blue) = 151+113+41=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #977129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977129 is #688ED6. Grayscale: #747474. Windows color (decimal): -6852311 or 2716055. OLE color: 2716055.

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

Color convert

RGB 151 113 41 -
CMYK 0 0.25 0.73 0.41
HSL 39.27º 0.57% 0.38% -
HSV(B) 39.27º 0.73% 0.59% -
XYZ 19.07 18.55 4.67 -
YUV 116.15 85.59 152.85 -
System Red Green Blue C M Y K H S L
Decimal 151 113 41 0 0.25 0.73 0.41 39.27 0.57 0.38
Hex 97 71 29 0 19 49 29 27 39 26
Octal 227 161 51 0 31 111 51 47 71 46
Binary 10010111 1110001 101001 0 11001 1001001 101001 100111 111001 100110

Color Harmonies of #977129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977129

Black with #977129

Text Example


Text Example

White with #977129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977129; }

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

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

background-color css

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

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

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

border-color css

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

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

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