Html Css Color HEX #947031 Buttered Rum

📋 copy color: '#947031'

red 148 ◦ green 112 ◦ blue 49

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

Shades of Buttered Rum #947031

Tints of Buttered Rum #947031

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.25%

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

R = 47.9%
G = 36.25%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#947031 (or 0x947031) is known color: Buttered Rum. HEX triplet: 94, 70 and 31. RGB value is (148,112,49). Sum of RGB (Red+Green+Blue) = 148+112+49=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #947031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947031 is #6B8FCE. Grayscale: #737373. Windows color (decimal): -7049167 or 3240084. OLE color: 3240084.

HSL color Cylindrical-coordinate representation of color #947031: hue angle of 38.18º 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 #947031 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 112 49 -
CMYK 0 0.24 0.67 0.42
HSL 38.18º 0.5% 0.39% -
HSV(B) 38.18º 0.67% 0.58% -
XYZ 18.56 18.11 5.42 -
YUV 115.58 90.43 151.12 -
System Red Green Blue C M Y K H S L
Decimal 148 112 49 0 0.24 0.67 0.42 38.18 0.5 0.39
Hex 94 70 31 0 18 43 2A 26 32 27
Octal 224 160 61 0 30 103 52 46 62 47
Binary 10010100 1110000 110001 0 11000 1000011 101010 100110 110010 100111

Color Harmonies of #947031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947031

Black with #947031

Text Example


Text Example

White with #947031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947031; }

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

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

background-color css

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

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

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

border-color css

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

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

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