Html Css Color HEX #947134 Buttered Rum

📋 copy color: '#947134'

red 148 ◦ green 113 ◦ blue 52

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

Shades of Buttered Rum #947134

Tints of Buttered Rum #947134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.61%

R = 47.28%
G = 36.1%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#947134 (or 0x947134) is known color: Buttered Rum. HEX triplet: 94, 71 and 34. RGB value is (148,113,52). Sum of RGB (Red+Green+Blue) = 148+113+52=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #947134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947134 is #6B8ECB. Grayscale: #747474. Windows color (decimal): -7048908 or 3436948. OLE color: 3436948.

HSL color Cylindrical-coordinate representation of color #947134: hue angle of 38.12º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #947134 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 113 52 -
CMYK 0 0.24 0.65 0.42
HSL 38.13º 0.48% 0.39% -
HSV(B) 38.13º 0.65% 0.58% -
XYZ 18.74 18.35 5.8 -
YUV 116.51 91.6 150.46 -
System Red Green Blue C M Y K H S L
Decimal 148 113 52 0 0.24 0.65 0.42 38.13 0.48 0.39
Hex 94 71 34 0 18 41 2A 26 30 27
Octal 224 161 64 0 30 101 52 46 60 47
Binary 10010100 1110001 110100 0 11000 1000001 101010 100110 110000 100111

Color Harmonies of #947134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947134

Black with #947134

Text Example


Text Example

White with #947134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947134; }

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

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

background-color css

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

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

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

border-color css

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

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

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