Html Css Color HEX #94773B Buttered Rum

📋 copy color: '#94773B'

red 148 ◦ green 119 ◦ blue 59

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

Shades of Buttered Rum #94773B

Tints of Buttered Rum #94773B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.5%

 BLUE value IS 59 (23.44% from 255) = 18.1%

R = 45.4%
G = 36.5%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#94773B (or 0x94773B) is known color: Buttered Rum. HEX triplet: 94, 77 and 3B. RGB value is (148,119,59). Sum of RGB (Red+Green+Blue) = 148+119+59=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #94773B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94773B is #6B88C4. Grayscale: #797979. Windows color (decimal): -7047365 or 3897236. OLE color: 3897236.

HSL color Cylindrical-coordinate representation of color #94773B: hue angle of 40.45º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94773B is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 119 59 -
CMYK 0 0.20 0.60 0.42
HSL 40.45º 0.43% 0.41% -
HSV(B) 40.45º 0.6% 0.58% -
XYZ 19.6 19.81 6.93 -
YUV 120.83 93.11 147.38 -
System Red Green Blue C M Y K H S L
Decimal 148 119 59 0 0.20 0.60 0.42 40.45 0.43 0.41
Hex 94 77 3B 0 14 3C 2A 28 2B 29
Octal 224 167 73 0 24 74 52 50 53 51
Binary 10010100 1110111 111011 0 10100 111100 101010 101000 101011 101001

Color Harmonies of #94773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94773B

Black with #94773B

Text Example


Text Example

White with #94773B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94773B; }

 p { color: rgb(148,119,59); }

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

background-color css

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

 a { background-color: rgb(148,119,59); }

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

border-color css

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

 span { border-color: rgb(148,119,59); }

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