Html Css Color HEX #947131 Buttered Rum

📋 copy color: '#947131'

red 148 ◦ green 113 ◦ blue 49

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

Shades of Buttered Rum #947131

Tints of Buttered Rum #947131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.45%

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

R = 47.74%
G = 36.45%
B = 15.81%

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

#947131 (or 0x947131) is known color: Buttered Rum. HEX triplet: 94, 71 and 31. RGB value is (148,113,49). Sum of RGB (Red+Green+Blue) = 148+113+49=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #947131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947131 is #6B8ECE. Grayscale: #747474. Windows color (decimal): -7048911 or 3240340. OLE color: 3240340.

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

Color convert

RGB 148 113 49 -
CMYK 0 0.24 0.67 0.42
HSL 38.79º 0.5% 0.39% -
HSV(B) 38.79º 0.67% 0.58% -
XYZ 18.67 18.33 5.46 -
YUV 116.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 148 113 49 0 0.24 0.67 0.42 38.79 0.5 0.39
Hex 94 71 31 0 18 43 2A 27 32 27
Octal 224 161 61 0 30 103 52 47 62 47
Binary 10010100 1110001 110001 0 11000 1000011 101010 100111 110010 100111

Color Harmonies of #947131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947131

Black with #947131

Text Example


Text Example

White with #947131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947131; }

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

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

background-color css

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

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

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

border-color css

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

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

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