Html Css Color HEX #946E33 Buttered Rum

📋 copy color: '#946E33'

red 148 ◦ green 110 ◦ blue 51

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

Shades of Buttered Rum #946E33

Tints of Buttered Rum #946E33

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.6%

 BLUE value IS 51 (20.31% from 255) = 16.5%

R = 47.9%
G = 35.6%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#946E33 (or 0x946E33) is known color: Buttered Rum. HEX triplet: 94, 6E and 33. RGB value is (148,110,51). Sum of RGB (Red+Green+Blue) = 148+110+51=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #946E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946E33 is #6B91CC. Grayscale: #727272. Windows color (decimal): -7049677 or 3370644. OLE color: 3370644.

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

Color convert

RGB 148 110 51 -
CMYK 0 0.26 0.66 0.42
HSL 36.49º 0.49% 0.39% -
HSV(B) 36.49º 0.66% 0.58% -
XYZ 18.39 17.69 5.58 -
YUV 114.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 148 110 51 0 0.26 0.66 0.42 36.49 0.49 0.39
Hex 94 6E 33 0 1A 42 2A 24 31 27
Octal 224 156 63 0 32 102 52 44 61 47
Binary 10010100 1101110 110011 0 11010 1000010 101010 100100 110001 100111

Color Harmonies of #946E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E33

Black with #946E33

Text Example


Text Example

White with #946E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946E33; }

 p { color: rgb(148,110,51); }

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

background-color css

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

 a { background-color: rgb(148,110,51); }

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

border-color css

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

 span { border-color: rgb(148,110,51); }

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