Html Css Color HEX #947440 Buttered Rum

📋 copy color: '#947440'

red 148 ◦ green 116 ◦ blue 64

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

Shades of Buttered Rum #947440

Tints of Buttered Rum #947440

RGB

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

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

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

R = 45.12%
G = 35.37%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#947440 (or 0x947440) is known color: Buttered Rum. HEX triplet: 94, 74 and 40. RGB value is (148,116,64). Sum of RGB (Red+Green+Blue) = 148+116+64=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #947440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947440 is #6B8BBF. Grayscale: #777777. Windows color (decimal): -7048128 or 4224148. OLE color: 4224148.

HSL color Cylindrical-coordinate representation of color #947440: hue angle of 37.14º 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 #947440 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 116 64 -
CMYK 0 0.22 0.57 0.42
HSL 37.14º 0.4% 0.42% -
HSV(B) 37.14º 0.57% 0.58% -
XYZ 19.38 19.16 7.53 -
YUV 119.64 96.6 148.23 -
System Red Green Blue C M Y K H S L
Decimal 148 116 64 0 0.22 0.57 0.42 37.14 0.4 0.42
Hex 94 74 40 0 16 39 2A 25 28 2A
Octal 224 164 100 0 26 71 52 45 50 52
Binary 10010100 1110100 1000000 0 10110 111001 101010 100101 101000 101010

Color Harmonies of #947440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947440

Black with #947440

Text Example


Text Example

White with #947440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947440; }

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

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

background-color css

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

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

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

border-color css

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

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

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