Html Css Color HEX #977028 Buttered Rum

📋 copy color: '#977028'

red 151 ◦ green 112 ◦ blue 40

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

Shades of Buttered Rum #977028

Tints of Buttered Rum #977028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.2%

R = 49.83%
G = 36.96%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#977028 (or 0x977028) is known color: Buttered Rum. HEX triplet: 97, 70 and 28. RGB value is (151,112,40). Sum of RGB (Red+Green+Blue) = 151+112+40=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #977028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977028 is #688FD7. Grayscale: #737373. Windows color (decimal): -6852568 or 2650263. OLE color: 2650263.

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

Color convert

RGB 151 112 40 -
CMYK 0 0.26 0.74 0.41
HSL 38.92º 0.58% 0.37% -
HSV(B) 38.92º 0.74% 0.59% -
XYZ 18.94 18.32 4.55 -
YUV 115.45 85.42 153.35 -
System Red Green Blue C M Y K H S L
Decimal 151 112 40 0 0.26 0.74 0.41 38.92 0.58 0.37
Hex 97 70 28 0 1A 4A 29 27 3A 25
Octal 227 160 50 0 32 112 51 47 72 45
Binary 10010111 1110000 101000 0 11010 1001010 101001 100111 111010 100101

Color Harmonies of #977028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977028

Black with #977028

Text Example


Text Example

White with #977028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977028; }

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

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

background-color css

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

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

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

border-color css

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

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

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