Html Css Color HEX #947740 Buttered Rum

📋 copy color: '#947740'

red 148 ◦ green 119 ◦ blue 64

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

Shades of Buttered Rum #947740

Tints of Buttered Rum #947740

RGB

 RED value IS 148 (58.2% from 255) = 44.71%

 GREEN value IS 119 (46.88% from 255) = 35.95%

 BLUE value IS 64 (25.39% from 255) = 19.34%

R = 44.71%
G = 35.95%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#947740 (or 0x947740) is known color: Buttered Rum. HEX triplet: 94, 77 and 40. RGB value is (148,119,64). Sum of RGB (Red+Green+Blue) = 148+119+64=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #947740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947740 is #6B88BF. Grayscale: #797979. Windows color (decimal): -7047360 or 4224916. OLE color: 4224916.

HSL color Cylindrical-coordinate representation of color #947740: hue angle of 39.29º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #947740 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 119 64 -
CMYK 0 0.20 0.57 0.42
HSL 39.29º 0.4% 0.42% -
HSV(B) 39.29º 0.57% 0.58% -
XYZ 19.73 19.86 7.64 -
YUV 121.4 95.61 146.97 -
System Red Green Blue C M Y K H S L
Decimal 148 119 64 0 0.20 0.57 0.42 39.29 0.4 0.42
Hex 94 77 40 0 14 39 2A 27 28 2A
Octal 224 167 100 0 24 71 52 47 50 52
Binary 10010100 1110111 1000000 0 10100 111001 101010 100111 101000 101010

Color Harmonies of #947740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947740

Black with #947740

Text Example


Text Example

White with #947740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947740; }

 p { color: rgb(148,119,64); }

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

background-color css

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

 a { background-color: rgb(148,119,64); }

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

border-color css

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

 span { border-color: rgb(148,119,64); }

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