Html Css Color HEX #977034 Buttered Rum

📋 copy color: '#977034'

red 151 ◦ green 112 ◦ blue 52

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

Shades of Buttered Rum #977034

Tints of Buttered Rum #977034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.51%

R = 47.94%
G = 35.56%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#977034 (or 0x977034) is known color: Buttered Rum. HEX triplet: 97, 70 and 34. RGB value is (151,112,52). Sum of RGB (Red+Green+Blue) = 151+112+52=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #977034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977034 is #688FCB. Grayscale: #757575. Windows color (decimal): -6852556 or 3436695. OLE color: 3436695.

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

Color convert

RGB 151 112 52 -
CMYK 0 0.26 0.66 0.41
HSL 36.36º 0.49% 0.4% -
HSV(B) 36.36º 0.66% 0.59% -
XYZ 19.18 18.42 5.79 -
YUV 116.82 91.42 152.38 -
System Red Green Blue C M Y K H S L
Decimal 151 112 52 0 0.26 0.66 0.41 36.36 0.49 0.4
Hex 97 70 34 0 1A 42 29 24 31 28
Octal 227 160 64 0 32 102 51 44 61 50
Binary 10010111 1110000 110100 0 11010 1000010 101001 100100 110001 101000

Color Harmonies of #977034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977034

Black with #977034

Text Example


Text Example

White with #977034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977034; }

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

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

background-color css

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

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

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

border-color css

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

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

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