Html Css Color HEX #94753F Buttered Rum

📋 copy color: '#94753F'

red 148 ◦ green 117 ◦ blue 63

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

Shades of Buttered Rum #94753F

Tints of Buttered Rum #94753F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.67%

 BLUE value IS 63 (25% from 255) = 19.21%

R = 45.12%
G = 35.67%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#94753F (or 0x94753F) is known color: Buttered Rum. HEX triplet: 94, 75 and 3F. RGB value is (148,117,63). Sum of RGB (Red+Green+Blue) = 148+117+63=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #94753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94753F is #6B8AC0. Grayscale: #787878. Windows color (decimal): -7047873 or 4158868. OLE color: 4158868.

HSL color Cylindrical-coordinate representation of color #94753F: hue angle of 38.12º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94753F is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 63 -
CMYK 0 0.21 0.57 0.42
HSL 38.12º 0.4% 0.41% -
HSV(B) 38.12º 0.57% 0.58% -
XYZ 19.47 19.38 7.42 -
YUV 120.11 95.77 147.89 -
System Red Green Blue C M Y K H S L
Decimal 148 117 63 0 0.21 0.57 0.42 38.12 0.4 0.41
Hex 94 75 3F 0 15 39 2A 26 28 29
Octal 224 165 77 0 25 71 52 46 50 51
Binary 10010100 1110101 111111 0 10101 111001 101010 100110 101000 101001

Color Harmonies of #94753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94753F

Black with #94753F

Text Example


Text Example

White with #94753F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94753F; }

 p { color: rgb(148,117,63); }

 H1.HeaderClassName
 {
   color: #94753F;
 }
 .AnyTagClassName
 {
   color: #94753F;
 }
</style>

background-color css

<style>
 a { background-color: #94753F; }

 a { background-color: rgb(148,117,63); }

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

border-color css

<style>
 span { border-color: #94753F; }

 span { border-color: rgb(148,117,63); }

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