Html Css Color HEX #977B3A Buttered Rum

📋 copy color: '#977B3A'

red 151 ◦ green 123 ◦ blue 58

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

Shades of Buttered Rum #977B3A

Tints of Buttered Rum #977B3A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.05%

 BLUE value IS 58 (23.05% from 255) = 17.47%

R = 45.48%
G = 37.05%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#977B3A (or 0x977B3A) is known color: Buttered Rum. HEX triplet: 97, 7B and 3A. RGB value is (151,123,58). Sum of RGB (Red+Green+Blue) = 151+123+58=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #977B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977B3A is #6884C5. Grayscale: #7C7C7C. Windows color (decimal): -6849734 or 3832727. OLE color: 3832727.

HSL color Cylindrical-coordinate representation of color #977B3A: hue angle of 41.94º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #977B3A is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 123 58 -
CMYK 0 0.19 0.62 0.41
HSL 41.94º 0.44% 0.41% -
HSV(B) 41.94º 0.62% 0.59% -
XYZ 20.61 21.05 6.98 -
YUV 123.96 90.78 147.29 -
System Red Green Blue C M Y K H S L
Decimal 151 123 58 0 0.19 0.62 0.41 41.94 0.44 0.41
Hex 97 7B 3A 0 13 3E 29 2A 2C 29
Octal 227 173 72 0 23 76 51 52 54 51
Binary 10010111 1111011 111010 0 10011 111110 101001 101010 101100 101001

Color Harmonies of #977B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977B3A

Black with #977B3A

Text Example


Text Example

White with #977B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977B3A; }

 p { color: rgb(151,123,58); }

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

background-color css

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

 a { background-color: rgb(151,123,58); }

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

border-color css

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

 span { border-color: rgb(151,123,58); }

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