Html Css Color HEX #977138 Buttered Rum

📋 copy color: '#977138'

red 151 ◦ green 113 ◦ blue 56

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

Shades of Buttered Rum #977138

Tints of Buttered Rum #977138

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.31%

 BLUE value IS 56 (22.27% from 255) = 17.5%

R = 47.19%
G = 35.31%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#977138 (or 0x977138) is known color: Buttered Rum. HEX triplet: 97, 71 and 38. RGB value is (151,113,56). Sum of RGB (Red+Green+Blue) = 151+113+56=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #977138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977138 is #688EC7. Grayscale: #767676. Windows color (decimal): -6852296 or 3699095. OLE color: 3699095.

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

Color convert

RGB 151 113 56 -
CMYK 0 0.25 0.63 0.41
HSL 36º 0.46% 0.41% -
HSV(B) 36º 0.63% 0.59% -
XYZ 19.38 18.68 6.32 -
YUV 117.86 93.09 151.63 -
System Red Green Blue C M Y K H S L
Decimal 151 113 56 0 0.25 0.63 0.41 36 0.46 0.41
Hex 97 71 38 0 19 3F 29 24 2E 29
Octal 227 161 70 0 31 77 51 44 56 51
Binary 10010111 1110001 111000 0 11001 111111 101001 100100 101110 101001

Color Harmonies of #977138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977138

Black with #977138

Text Example


Text Example

White with #977138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977138; }

 p { color: rgb(151,113,56); }

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

background-color css

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

 a { background-color: rgb(151,113,56); }

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

border-color css

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

 span { border-color: rgb(151,113,56); }

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