Html Css Color HEX #94793A Buttered Rum

📋 copy color: '#94793A'

red 148 ◦ green 121 ◦ blue 58

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

Shades of Buttered Rum #94793A

Tints of Buttered Rum #94793A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37%

 BLUE value IS 58 (23.05% from 255) = 17.74%

R = 45.26%
G = 37%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#94793A (or 0x94793A) is known color: Buttered Rum. HEX triplet: 94, 79 and 3A. RGB value is (148,121,58). Sum of RGB (Red+Green+Blue) = 148+121+58=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #94793A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94793A is #6B86C5. Grayscale: #7A7A7A. Windows color (decimal): -7046854 or 3832212. OLE color: 3832212.

HSL color Cylindrical-coordinate representation of color #94793A: hue angle of 42º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94793A is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 121 58 -
CMYK 0 0.18 0.61 0.42
HSL 42º 0.44% 0.4% -
HSV(B) 42º 0.61% 0.58% -
XYZ 19.81 20.28 6.87 -
YUV 121.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 148 121 58 0 0.18 0.61 0.42 42 0.44 0.4
Hex 94 79 3A 0 12 3D 2A 2A 2C 28
Octal 224 171 72 0 22 75 52 52 54 50
Binary 10010100 1111001 111010 0 10010 111101 101010 101010 101100 101000

Color Harmonies of #94793A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94793A

Black with #94793A

Text Example


Text Example

White with #94793A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94793A; }

 p { color: rgb(148,121,58); }

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

background-color css

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

 a { background-color: rgb(148,121,58); }

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

border-color css

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

 span { border-color: rgb(148,121,58); }

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