Html Css Color HEX #977029 Buttered Rum

📋 copy color: '#977029'

red 151 ◦ green 112 ◦ blue 41

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

Shades of Buttered Rum #977029

Tints of Buttered Rum #977029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.84%

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

R = 49.67%
G = 36.84%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#977029 (or 0x977029) is known color: Buttered Rum. HEX triplet: 97, 70 and 29. RGB value is (151,112,41). Sum of RGB (Red+Green+Blue) = 151+112+41=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #977029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977029 is #688FD6. Grayscale: #737373. Windows color (decimal): -6852567 or 2715799. OLE color: 2715799.

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

Color convert

RGB 151 112 41 -
CMYK 0 0.26 0.73 0.41
HSL 38.73º 0.57% 0.38% -
HSV(B) 38.73º 0.73% 0.59% -
XYZ 18.96 18.33 4.64 -
YUV 115.57 85.92 153.27 -
System Red Green Blue C M Y K H S L
Decimal 151 112 41 0 0.26 0.73 0.41 38.73 0.57 0.38
Hex 97 70 29 0 1A 49 29 27 39 26
Octal 227 160 51 0 32 111 51 47 71 46
Binary 10010111 1110000 101001 0 11010 1001001 101001 100111 111001 100110

Color Harmonies of #977029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977029

Black with #977029

Text Example


Text Example

White with #977029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977029; }

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

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

background-color css

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

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

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

border-color css

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

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

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