Html Css Color HEX #947434 Buttered Rum

📋 copy color: '#947434'

red 148 ◦ green 116 ◦ blue 52

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

Shades of Buttered Rum #947434

Tints of Buttered Rum #947434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.71%

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

R = 46.84%
G = 36.71%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#947434 (or 0x947434) is known color: Buttered Rum. HEX triplet: 94, 74 and 34. RGB value is (148,116,52). Sum of RGB (Red+Green+Blue) = 148+116+52=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #947434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947434 is #6B8BCB. Grayscale: #767676. Windows color (decimal): -7048140 or 3437716. OLE color: 3437716.

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

Color convert

RGB 148 116 52 -
CMYK 0 0.22 0.65 0.42
HSL 40º 0.48% 0.39% -
HSV(B) 40º 0.65% 0.58% -
XYZ 19.08 19.03 5.92 -
YUV 118.27 90.6 149.2 -
System Red Green Blue C M Y K H S L
Decimal 148 116 52 0 0.22 0.65 0.42 40 0.48 0.39
Hex 94 74 34 0 16 41 2A 28 30 27
Octal 224 164 64 0 26 101 52 50 60 47
Binary 10010100 1110100 110100 0 10110 1000001 101010 101000 110000 100111

Color Harmonies of #947434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947434

Black with #947434

Text Example


Text Example

White with #947434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947434; }

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

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

background-color css

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

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

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

border-color css

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

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

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