Html Css Color HEX #977332 Buttered Rum

📋 copy color: '#977332'

red 151 ◦ green 115 ◦ blue 50

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

Shades of Buttered Rum #977332

Tints of Buttered Rum #977332

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.39%

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

R = 47.78%
G = 36.39%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#977332 (or 0x977332) is known color: Buttered Rum. HEX triplet: 97, 73 and 32. RGB value is (151,115,50). Sum of RGB (Red+Green+Blue) = 151+115+50=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #977332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977332 is #688CCD. Grayscale: #767676. Windows color (decimal): -6851790 or 3306391. OLE color: 3306391.

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

Color convert

RGB 151 115 50 -
CMYK 0 0.24 0.67 0.41
HSL 38.61º 0.5% 0.39% -
HSV(B) 38.61º 0.67% 0.59% -
XYZ 19.47 19.07 5.67 -
YUV 118.35 89.43 151.29 -
System Red Green Blue C M Y K H S L
Decimal 151 115 50 0 0.24 0.67 0.41 38.61 0.5 0.39
Hex 97 73 32 0 18 43 29 27 32 27
Octal 227 163 62 0 30 103 51 47 62 47
Binary 10010111 1110011 110010 0 11000 1000011 101001 100111 110010 100111

Color Harmonies of #977332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977332

Black with #977332

Text Example


Text Example

White with #977332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977332; }

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

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

background-color css

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

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

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

border-color css

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

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

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