Html Css Color HEX #97702D Buttered Rum

📋 copy color: '#97702D'

red 151 ◦ green 112 ◦ blue 45

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

Shades of Buttered Rum #97702D

Tints of Buttered Rum #97702D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.61%

R = 49.03%
G = 36.36%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#97702D (or 0x97702D) is known color: Buttered Rum. HEX triplet: 97, 70 and 2D. RGB value is (151,112,45). Sum of RGB (Red+Green+Blue) = 151+112+45=308 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.03% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 151 - color contains mainly: red. Hex color #97702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97702D is #688FD2. Grayscale: #747474. Windows color (decimal): -6852563 or 2977943. OLE color: 2977943.

HSL color Cylindrical-coordinate representation of color #97702D: hue angle of 37.92º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #97702D is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 112 45 -
CMYK 0 0.26 0.70 0.41
HSL 37.92º 0.54% 0.38% -
HSV(B) 37.92º 0.7% 0.59% -
XYZ 19.03 18.36 5.02 -
YUV 116.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 151 112 45 0 0.26 0.70 0.41 37.92 0.54 0.38
Hex 97 70 2D 0 1A 46 29 26 36 26
Octal 227 160 55 0 32 106 51 46 66 46
Binary 10010111 1110000 101101 0 11010 1000110 101001 100110 110110 100110

Color Harmonies of #97702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97702D

Black with #97702D

Text Example


Text Example

White with #97702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97702D; }

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

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

background-color css

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

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

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

border-color css

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

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

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