Html Css Color HEX #94723B Buttered Rum

📋 copy color: '#94723B'

red 148 ◦ green 114 ◦ blue 59

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

Shades of Buttered Rum #94723B

Tints of Buttered Rum #94723B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.51%

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

R = 46.11%
G = 35.51%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#94723B (or 0x94723B) is known color: Buttered Rum. HEX triplet: 94, 72 and 3B. RGB value is (148,114,59). Sum of RGB (Red+Green+Blue) = 148+114+59=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #94723B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94723B is #6B8DC4. Grayscale: #767676. Windows color (decimal): -7048645 or 3895956. OLE color: 3895956.

HSL color Cylindrical-coordinate representation of color #94723B: hue angle of 37.08º 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 #94723B is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 114 59 -
CMYK 0 0.23 0.60 0.42
HSL 37.08º 0.43% 0.41% -
HSV(B) 37.08º 0.6% 0.58% -
XYZ 19.02 18.65 6.73 -
YUV 117.9 94.76 149.47 -
System Red Green Blue C M Y K H S L
Decimal 148 114 59 0 0.23 0.60 0.42 37.08 0.43 0.41
Hex 94 72 3B 0 17 3C 2A 25 2B 29
Octal 224 162 73 0 27 74 52 45 53 51
Binary 10010100 1110010 111011 0 10111 111100 101010 100101 101011 101001

Color Harmonies of #94723B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94723B

Black with #94723B

Text Example


Text Example

White with #94723B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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