Html Css Color HEX #977A3A Buttered Rum

📋 copy color: '#977A3A'

red 151 ◦ green 122 ◦ blue 58

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

Shades of Buttered Rum #977A3A

Tints of Buttered Rum #977A3A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.86%

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

R = 45.62%
G = 36.86%
B = 17.52%

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

#977A3A (or 0x977A3A) is known color: Buttered Rum. HEX triplet: 97, 7A and 3A. RGB value is (151,122,58). Sum of RGB (Red+Green+Blue) = 151+122+58=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #977A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977A3A is #6885C5. Grayscale: #7B7B7B. Windows color (decimal): -6849990 or 3832471. OLE color: 3832471.

HSL color Cylindrical-coordinate representation of color #977A3A: hue angle of 41.29º 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 #977A3A is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 122 58 -
CMYK 0 0.19 0.62 0.41
HSL 41.29º 0.44% 0.41% -
HSV(B) 41.29º 0.62% 0.59% -
XYZ 20.49 20.8 6.94 -
YUV 123.38 91.11 147.7 -
System Red Green Blue C M Y K H S L
Decimal 151 122 58 0 0.19 0.62 0.41 41.29 0.44 0.41
Hex 97 7A 3A 0 13 3E 29 29 2C 29
Octal 227 172 72 0 23 76 51 51 54 51
Binary 10010111 1111010 111010 0 10011 111110 101001 101001 101100 101001

Color Harmonies of #977A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977A3A

Black with #977A3A

Text Example


Text Example

White with #977A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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