Html Css Color HEX #97752C Buttered Rum

📋 copy color: '#97752C'

red 151 ◦ green 117 ◦ blue 44

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

Shades of Buttered Rum #97752C

Tints of Buttered Rum #97752C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.5%

 BLUE value IS 44 (17.58% from 255) = 14.1%

R = 48.4%
G = 37.5%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#97752C (or 0x97752C) is known color: Buttered Rum. HEX triplet: 97, 75 and 2C. RGB value is (151,117,44). Sum of RGB (Red+Green+Blue) = 151+117+44=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #97752C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97752C is #688AD3. Grayscale: #777777. Windows color (decimal): -6851284 or 2913687. OLE color: 2913687.

HSL color Cylindrical-coordinate representation of color #97752C: hue angle of 40.93º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #97752C is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 117 44 -
CMYK 0 0.23 0.71 0.41
HSL 40.93º 0.55% 0.38% -
HSV(B) 40.93º 0.71% 0.59% -
XYZ 19.58 19.48 5.11 -
YUV 118.84 85.76 150.94 -
System Red Green Blue C M Y K H S L
Decimal 151 117 44 0 0.23 0.71 0.41 40.93 0.55 0.38
Hex 97 75 2C 0 17 47 29 29 37 26
Octal 227 165 54 0 27 107 51 51 67 46
Binary 10010111 1110101 101100 0 10111 1000111 101001 101001 110111 100110

Color Harmonies of #97752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97752C

Black with #97752C

Text Example


Text Example

White with #97752C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97752C; }

 p { color: rgb(151,117,44); }

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

background-color css

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

 a { background-color: rgb(151,117,44); }

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

border-color css

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

 span { border-color: rgb(151,117,44); }

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