Html Css Color HEX #94743A Buttered Rum

📋 copy color: '#94743A'

red 148 ◦ green 116 ◦ blue 58

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

Shades of Buttered Rum #94743A

Tints of Buttered Rum #94743A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.02%

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

R = 45.96%
G = 36.02%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#94743A (or 0x94743A) is known color: Buttered Rum. HEX triplet: 94, 74 and 3A. RGB value is (148,116,58). Sum of RGB (Red+Green+Blue) = 148+116+58=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #94743A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94743A is #6B8BC5. Grayscale: #777777. Windows color (decimal): -7048134 or 3830932. OLE color: 3830932.

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

Color convert

RGB 148 116 58 -
CMYK 0 0.22 0.61 0.42
HSL 38.67º 0.44% 0.4% -
HSV(B) 38.67º 0.61% 0.58% -
XYZ 19.22 19.09 6.68 -
YUV 118.96 93.6 148.72 -
System Red Green Blue C M Y K H S L
Decimal 148 116 58 0 0.22 0.61 0.42 38.67 0.44 0.4
Hex 94 74 3A 0 16 3D 2A 27 2C 28
Octal 224 164 72 0 26 75 52 47 54 50
Binary 10010100 1110100 111010 0 10110 111101 101010 100111 101100 101000

Color Harmonies of #94743A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94743A

Black with #94743A

Text Example


Text Example

White with #94743A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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