Html Css Color HEX #946E2F Buttered Rum

📋 copy color: '#946E2F'

red 148 ◦ green 110 ◦ blue 47

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

Shades of Buttered Rum #946E2F

Tints of Buttered Rum #946E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 48.52%
G = 36.07%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#946E2F (or 0x946E2F) is known color: Buttered Rum. HEX triplet: 94, 6E and 2F. RGB value is (148,110,47). Sum of RGB (Red+Green+Blue) = 148+110+47=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #946E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946E2F is #6B91D0. Grayscale: #727272. Windows color (decimal): -7049681 or 3108500. OLE color: 3108500.

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

Color convert

RGB 148 110 47 -
CMYK 0 0.26 0.68 0.42
HSL 37.43º 0.52% 0.38% -
HSV(B) 37.43º 0.68% 0.58% -
XYZ 18.3 17.65 5.13 -
YUV 114.18 90.09 152.12 -
System Red Green Blue C M Y K H S L
Decimal 148 110 47 0 0.26 0.68 0.42 37.43 0.52 0.38
Hex 94 6E 2F 0 1A 44 2A 25 34 26
Octal 224 156 57 0 32 104 52 45 64 46
Binary 10010100 1101110 101111 0 11010 1000100 101010 100101 110100 100110

Color Harmonies of #946E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E2F

Black with #946E2F

Text Example


Text Example

White with #946E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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