Html Css Color HEX #977B35 Buttered Rum

📋 copy color: '#977B35'

red 151 ◦ green 123 ◦ blue 53

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

Shades of Buttered Rum #977B35

Tints of Buttered Rum #977B35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.21%

R = 46.18%
G = 37.61%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#977B35 (or 0x977B35) is known color: Buttered Rum. HEX triplet: 97, 7B and 35. RGB value is (151,123,53). Sum of RGB (Red+Green+Blue) = 151+123+53=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #977B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977B35 is #6884CA. Grayscale: #7B7B7B. Windows color (decimal): -6849739 or 3505047. OLE color: 3505047.

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

Color convert

RGB 151 123 53 -
CMYK 0 0.19 0.65 0.41
HSL 42.86º 0.48% 0.4% -
HSV(B) 42.86º 0.65% 0.59% -
XYZ 20.49 21 6.34 -
YUV 123.39 88.28 147.69 -
System Red Green Blue C M Y K H S L
Decimal 151 123 53 0 0.19 0.65 0.41 42.86 0.48 0.4
Hex 97 7B 35 0 13 41 29 2B 30 28
Octal 227 173 65 0 23 101 51 53 60 50
Binary 10010111 1111011 110101 0 10011 1000001 101001 101011 110000 101000

Color Harmonies of #977B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977B35

Black with #977B35

Text Example


Text Example

White with #977B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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