Html Css Color HEX #97742F Buttered Rum

📋 copy color: '#97742F'

red 151 ◦ green 116 ◦ blue 47

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

Shades of Buttered Rum #97742F

Tints of Buttered Rum #97742F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.94%

 BLUE value IS 47 (18.75% from 255) = 14.97%

R = 48.09%
G = 36.94%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#97742F (or 0x97742F) is known color: Buttered Rum. HEX triplet: 97, 74 and 2F. RGB value is (151,116,47). Sum of RGB (Red+Green+Blue) = 151+116+47=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #97742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97742F is #688BD0. Grayscale: #767676. Windows color (decimal): -6851537 or 3110039. OLE color: 3110039.

HSL color Cylindrical-coordinate representation of color #97742F: hue angle of 39.81º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #97742F is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 116 47 -
CMYK 0 0.23 0.69 0.41
HSL 39.81º 0.53% 0.39% -
HSV(B) 39.81º 0.69% 0.59% -
XYZ 19.52 19.28 5.38 -
YUV 118.6 87.6 151.11 -
System Red Green Blue C M Y K H S L
Decimal 151 116 47 0 0.23 0.69 0.41 39.81 0.53 0.39
Hex 97 74 2F 0 17 45 29 28 35 27
Octal 227 164 57 0 27 105 51 50 65 47
Binary 10010111 1110100 101111 0 10111 1000101 101001 101000 110101 100111

Color Harmonies of #97742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97742F

Black with #97742F

Text Example


Text Example

White with #97742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97742F; }

 p { color: rgb(151,116,47); }

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

background-color css

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

 a { background-color: rgb(151,116,47); }

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

border-color css

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

 span { border-color: rgb(151,116,47); }

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