Html Css Color HEX #977030 Buttered Rum

📋 copy color: '#977030'

red 151 ◦ green 112 ◦ blue 48

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

Shades of Buttered Rum #977030

Tints of Buttered Rum #977030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.43%

R = 48.55%
G = 36.01%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#977030 (or 0x977030) is known color: Buttered Rum. HEX triplet: 97, 70 and 30. RGB value is (151,112,48). Sum of RGB (Red+Green+Blue) = 151+112+48=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #977030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977030 is #688FCF. Grayscale: #747474. Windows color (decimal): -6852560 or 3174551. OLE color: 3174551.

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

Color convert

RGB 151 112 48 -
CMYK 0 0.26 0.68 0.41
HSL 37.28º 0.52% 0.39% -
HSV(B) 37.28º 0.68% 0.59% -
XYZ 19.09 18.38 5.34 -
YUV 116.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 151 112 48 0 0.26 0.68 0.41 37.28 0.52 0.39
Hex 97 70 30 0 1A 44 29 25 34 27
Octal 227 160 60 0 32 104 51 45 64 47
Binary 10010111 1110000 110000 0 11010 1000100 101001 100101 110100 100111

Color Harmonies of #977030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977030

Black with #977030

Text Example


Text Example

White with #977030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977030; }

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

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

background-color css

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

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

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

border-color css

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

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

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