Html Css Color HEX #977232 Buttered Rum

📋 copy color: '#977232'

red 151 ◦ green 114 ◦ blue 50

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

Shades of Buttered Rum #977232

Tints of Buttered Rum #977232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.19%

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

R = 47.94%
G = 36.19%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#977232 (or 0x977232) is known color: Buttered Rum. HEX triplet: 97, 72 and 32. RGB value is (151,114,50). Sum of RGB (Red+Green+Blue) = 151+114+50=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #977232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977232 is #688DCD. Grayscale: #767676. Windows color (decimal): -6852046 or 3306135. OLE color: 3306135.

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

Color convert

RGB 151 114 50 -
CMYK 0 0.25 0.67 0.41
HSL 38.02º 0.5% 0.39% -
HSV(B) 38.02º 0.67% 0.59% -
XYZ 19.36 18.84 5.63 -
YUV 117.77 89.76 151.7 -
System Red Green Blue C M Y K H S L
Decimal 151 114 50 0 0.25 0.67 0.41 38.02 0.5 0.39
Hex 97 72 32 0 19 43 29 26 32 27
Octal 227 162 62 0 31 103 51 46 62 47
Binary 10010111 1110010 110010 0 11001 1000011 101001 100110 110010 100111

Color Harmonies of #977232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977232

Black with #977232

Text Example


Text Example

White with #977232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977232; }

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

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

background-color css

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

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

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

border-color css

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

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

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