Html Css Color HEX #946931 Buttered Rum

📋 copy color: '#946931'

red 148 ◦ green 105 ◦ blue 49

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

Shades of Buttered Rum #946931

Tints of Buttered Rum #946931

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.77%

 BLUE value IS 49 (19.53% from 255) = 16.23%

R = 49.01%
G = 34.77%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#946931 (or 0x946931) is known color: Buttered Rum. HEX triplet: 94, 69 and 31. RGB value is (148,105,49). Sum of RGB (Red+Green+Blue) = 148+105+49=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #946931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946931 is #6B96CE. Grayscale: #6F6F6F. Windows color (decimal): -7050959 or 3238292. OLE color: 3238292.

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

Color convert

RGB 148 105 49 -
CMYK 0 0.29 0.67 0.42
HSL 33.94º 0.5% 0.39% -
HSV(B) 33.94º 0.67% 0.58% -
XYZ 17.82 16.62 5.17 -
YUV 111.47 92.75 154.05 -
System Red Green Blue C M Y K H S L
Decimal 148 105 49 0 0.29 0.67 0.42 33.94 0.5 0.39
Hex 94 69 31 0 1D 43 2A 22 32 27
Octal 224 151 61 0 35 103 52 42 62 47
Binary 10010100 1101001 110001 0 11101 1000011 101010 100010 110010 100111

Color Harmonies of #946931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946931

Black with #946931

Text Example


Text Example

White with #946931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946931; }

 p { color: rgb(148,105,49); }

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

background-color css

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

 a { background-color: rgb(148,105,49); }

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

border-color css

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

 span { border-color: rgb(148,105,49); }

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