Html Css Color HEX #94793D Buttered Rum

📋 copy color: '#94793D'

red 148 ◦ green 121 ◦ blue 61

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

Shades of Buttered Rum #94793D

Tints of Buttered Rum #94793D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.48%

R = 44.85%
G = 36.67%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#94793D (or 0x94793D) is known color: Buttered Rum. HEX triplet: 94, 79 and 3D. RGB value is (148,121,61). Sum of RGB (Red+Green+Blue) = 148+121+61=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #94793D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94793D is #6B86C2. Grayscale: #7A7A7A. Windows color (decimal): -7046851 or 4028820. OLE color: 4028820.

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

Color convert

RGB 148 121 61 -
CMYK 0 0.18 0.59 0.42
HSL 41.38º 0.42% 0.41% -
HSV(B) 41.38º 0.59% 0.58% -
XYZ 19.89 20.31 7.29 -
YUV 122.23 93.45 146.38 -
System Red Green Blue C M Y K H S L
Decimal 148 121 61 0 0.18 0.59 0.42 41.38 0.42 0.41
Hex 94 79 3D 0 12 3B 2A 29 2A 29
Octal 224 171 75 0 22 73 52 51 52 51
Binary 10010100 1111001 111101 0 10010 111011 101010 101001 101010 101001

Color Harmonies of #94793D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94793D

Black with #94793D

Text Example


Text Example

White with #94793D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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