Html Css Color HEX #947032 Buttered Rum

📋 copy color: '#947032'

red 148 ◦ green 112 ◦ blue 50

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

Shades of Buttered Rum #947032

Tints of Buttered Rum #947032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.13%

R = 47.74%
G = 36.13%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#947032 (or 0x947032) is known color: Buttered Rum. HEX triplet: 94, 70 and 32. RGB value is (148,112,50). Sum of RGB (Red+Green+Blue) = 148+112+50=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #947032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947032 is #6B8FCD. Grayscale: #737373. Windows color (decimal): -7049166 or 3305620. OLE color: 3305620.

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

Color convert

RGB 148 112 50 -
CMYK 0 0.24 0.66 0.42
HSL 37.96º 0.49% 0.39% -
HSV(B) 37.96º 0.66% 0.58% -
XYZ 18.58 18.11 5.53 -
YUV 115.7 90.93 151.04 -
System Red Green Blue C M Y K H S L
Decimal 148 112 50 0 0.24 0.66 0.42 37.96 0.49 0.39
Hex 94 70 32 0 18 42 2A 26 31 27
Octal 224 160 62 0 30 102 52 46 61 47
Binary 10010100 1110000 110010 0 11000 1000010 101010 100110 110001 100111

Color Harmonies of #947032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947032

Black with #947032

Text Example


Text Example

White with #947032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947032; }

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

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

background-color css

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

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

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

border-color css

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

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

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