Html Css Color HEX #947441 Buttered Rum

📋 copy color: '#947441'

red 148 ◦ green 116 ◦ blue 65

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

Shades of Buttered Rum #947441

Tints of Buttered Rum #947441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.76%

R = 44.98%
G = 35.26%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#947441 (or 0x947441) is known color: Buttered Rum. HEX triplet: 94, 74 and 41. RGB value is (148,116,65). Sum of RGB (Red+Green+Blue) = 148+116+65=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #947441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947441 is #6B8BBE. Grayscale: #777777. Windows color (decimal): -7048127 or 4289684. OLE color: 4289684.

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

Color convert

RGB 148 116 65 -
CMYK 0 0.22 0.56 0.42
HSL 36.87º 0.39% 0.42% -
HSV(B) 36.87º 0.56% 0.58% -
XYZ 19.41 19.17 7.68 -
YUV 119.75 97.1 148.15 -
System Red Green Blue C M Y K H S L
Decimal 148 116 65 0 0.22 0.56 0.42 36.87 0.39 0.42
Hex 94 74 41 0 16 38 2A 25 27 2A
Octal 224 164 101 0 26 70 52 45 47 52
Binary 10010100 1110100 1000001 0 10110 111000 101010 100101 100111 101010

Color Harmonies of #947441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947441

Black with #947441

Text Example


Text Example

White with #947441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947441; }

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

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

background-color css

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

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

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

border-color css

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

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

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