Html Css Color HEX #94763A Buttered Rum

📋 copy color: '#94763A'

red 148 ◦ green 118 ◦ blue 58

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

Shades of Buttered Rum #94763A

Tints of Buttered Rum #94763A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.42%

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

R = 45.68%
G = 36.42%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#94763A (or 0x94763A) is known color: Buttered Rum. HEX triplet: 94, 76 and 3A. RGB value is (148,118,58). Sum of RGB (Red+Green+Blue) = 148+118+58=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #94763A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94763A is #6B89C5. Grayscale: #787878. Windows color (decimal): -7047622 or 3831444. OLE color: 3831444.

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

Color convert

RGB 148 118 58 -
CMYK 0 0.20 0.61 0.42
HSL 40º 0.44% 0.4% -
HSV(B) 40º 0.61% 0.58% -
XYZ 19.45 19.56 6.75 -
YUV 120.13 92.94 147.88 -
System Red Green Blue C M Y K H S L
Decimal 148 118 58 0 0.20 0.61 0.42 40 0.44 0.4
Hex 94 76 3A 0 14 3D 2A 28 2C 28
Octal 224 166 72 0 24 75 52 50 54 50
Binary 10010100 1110110 111010 0 10100 111101 101010 101000 101100 101000

Color Harmonies of #94763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94763A

Black with #94763A

Text Example


Text Example

White with #94763A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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