Html Css Color HEX #946F37 Buttered Rum

📋 copy color: '#946F37'

red 148 ◦ green 111 ◦ blue 55

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

Shades of Buttered Rum #946F37

Tints of Buttered Rum #946F37

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.35%

 BLUE value IS 55 (21.88% from 255) = 17.52%

R = 47.13%
G = 35.35%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#946F37 (or 0x946F37) is known color: Buttered Rum. HEX triplet: 94, 6F and 37. RGB value is (148,111,55). Sum of RGB (Red+Green+Blue) = 148+111+55=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #946F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946F37 is #6B90C8. Grayscale: #737373. Windows color (decimal): -7049417 or 3633044. OLE color: 3633044.

HSL color Cylindrical-coordinate representation of color #946F37: hue angle of 36.13º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #946F37 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 111 55 -
CMYK 0 0.25 0.63 0.42
HSL 36.13º 0.46% 0.4% -
HSV(B) 36.13º 0.63% 0.58% -
XYZ 18.59 17.94 6.1 -
YUV 115.68 93.76 151.05 -
System Red Green Blue C M Y K H S L
Decimal 148 111 55 0 0.25 0.63 0.42 36.13 0.46 0.4
Hex 94 6F 37 0 19 3F 2A 24 2E 28
Octal 224 157 67 0 31 77 52 44 56 50
Binary 10010100 1101111 110111 0 11001 111111 101010 100100 101110 101000

Color Harmonies of #946F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F37

Black with #946F37

Text Example


Text Example

White with #946F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,111,55); }

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

background-color css

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

 a { background-color: rgb(148,111,55); }

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

border-color css

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

 span { border-color: rgb(148,111,55); }

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