Html Css Color HEX #977932 Buttered Rum

📋 copy color: '#977932'

red 151 ◦ green 121 ◦ blue 50

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

Shades of Buttered Rum #977932

Tints of Buttered Rum #977932

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.58%

 BLUE value IS 50 (19.92% from 255) = 15.53%

R = 46.89%
G = 37.58%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#977932 (or 0x977932) is known color: Buttered Rum. HEX triplet: 97, 79 and 32. RGB value is (151,121,50). Sum of RGB (Red+Green+Blue) = 151+121+50=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #977932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977932 is #6886CD. Grayscale: #7A7A7A. Windows color (decimal): -6850254 or 3307927. OLE color: 3307927.

HSL color Cylindrical-coordinate representation of color #977932: hue angle of 42.18º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #977932 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 121 50 -
CMYK 0 0.20 0.67 0.41
HSL 42.18º 0.5% 0.39% -
HSV(B) 42.18º 0.67% 0.59% -
XYZ 20.18 20.48 5.91 -
YUV 121.88 87.44 148.77 -
System Red Green Blue C M Y K H S L
Decimal 151 121 50 0 0.20 0.67 0.41 42.18 0.5 0.39
Hex 97 79 32 0 14 43 29 2A 32 27
Octal 227 171 62 0 24 103 51 52 62 47
Binary 10010111 1111001 110010 0 10100 1000011 101001 101010 110010 100111

Color Harmonies of #977932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977932

Black with #977932

Text Example


Text Example

White with #977932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977932; }

 p { color: rgb(151,121,50); }

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

background-color css

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

 a { background-color: rgb(151,121,50); }

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

border-color css

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

 span { border-color: rgb(151,121,50); }

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