Html Css Color HEX #977027 Buttered Rum

📋 copy color: '#977027'

red 151 ◦ green 112 ◦ blue 39

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

Shades of Buttered Rum #977027

Tints of Buttered Rum #977027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.91%

R = 50%
G = 37.09%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#977027 (or 0x977027) is known color: Buttered Rum. HEX triplet: 97, 70 and 27. RGB value is (151,112,39). Sum of RGB (Red+Green+Blue) = 151+112+39=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #977027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977027 is #688FD8. Grayscale: #737373. Windows color (decimal): -6852569 or 2584727. OLE color: 2584727.

HSL color Cylindrical-coordinate representation of color #977027: hue angle of 39.11º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #977027 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 112 39 -
CMYK 0 0.26 0.74 0.41
HSL 39.11º 0.59% 0.37% -
HSV(B) 39.11º 0.74% 0.59% -
XYZ 18.92 18.31 4.46 -
YUV 115.34 84.92 153.44 -
System Red Green Blue C M Y K H S L
Decimal 151 112 39 0 0.26 0.74 0.41 39.11 0.59 0.37
Hex 97 70 27 0 1A 4A 29 27 3B 25
Octal 227 160 47 0 32 112 51 47 73 45
Binary 10010111 1110000 100111 0 11010 1001010 101001 100111 111011 100101

Color Harmonies of #977027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977027

Black with #977027

Text Example


Text Example

White with #977027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977027; }

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

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

background-color css

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

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

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

border-color css

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

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

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