#94753E

Color #94753E Buttered Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttered Rum #94753E

Tints of Buttered Rum #94753E

Color information

#94753E (or 0x94753E) is unknown color: approx Buttered Rum. HEX triplet: 94, 75 and 3E. RGB value is (148,117,62). Sum of RGB (Red+Green+Blue) = 148+117+62=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #94753E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94753E is #6B8AC1. Grayscale: #787878. Windows color (decimal): -7047874 or 4093332. OLE color: 4093332.

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

Color convert

RGB14811762-
CMYK00.210.580.42
HSL38.37º40.95%41.18%-
HSV(B)38.37º58.11%58.04%-
XYZ19.4419.377.27-
YUV12095.27147.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.26%
GREEN value IS 117 (46.09% from 255) = 35.78%
BLUE value IS 62 (24.61% from 255) = 18.96%
R=45.26%
G=35.78%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481176200.210.580.4238.3740.9541.18
Hex94753E0153A2A262929
Octal224165760257252465151
Binary100101001110101111110010101111010101010100110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94753E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94753E;
 }
 .AnyTagClassName
 {
   color: #94753E;
 }
</style>
background-color css

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

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

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

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

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

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