Html Css Color HEX #946E2D Buttered Rum

📋 copy color: '#946E2D'

red 148 ◦ green 110 ◦ blue 45

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

Shades of Buttered Rum #946E2D

Tints of Buttered Rum #946E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.85%

R = 48.84%
G = 36.3%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#946E2D (or 0x946E2D) is known color: Buttered Rum. HEX triplet: 94, 6E and 2D. RGB value is (148,110,45). Sum of RGB (Red+Green+Blue) = 148+110+45=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #946E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946E2D is #6B91D2. Grayscale: #727272. Windows color (decimal): -7049683 or 2977428. OLE color: 2977428.

HSL color Cylindrical-coordinate representation of color #946E2D: hue angle of 37.86º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #946E2D is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 110 45 -
CMYK 0 0.26 0.70 0.42
HSL 37.86º 0.53% 0.38% -
HSV(B) 37.86º 0.7% 0.58% -
XYZ 18.26 17.64 4.92 -
YUV 113.95 89.09 152.29 -
System Red Green Blue C M Y K H S L
Decimal 148 110 45 0 0.26 0.70 0.42 37.86 0.53 0.38
Hex 94 6E 2D 0 1A 46 2A 26 35 26
Octal 224 156 55 0 32 106 52 46 65 46
Binary 10010100 1101110 101101 0 11010 1000110 101010 100110 110101 100110

Color Harmonies of #946E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E2D

Black with #946E2D

Text Example


Text Example

White with #946E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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