#93703B

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

Shades of Buttered Rum #93703B

Tints of Buttered Rum #93703B

Color information

#93703B (or 0x93703B) is unknown color: approx Buttered Rum. HEX triplet: 93, 70 and 3B. RGB value is (147,112,59). Sum of RGB (Red+Green+Blue) = 147+112+59=318 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.23% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 147 - color contains mainly: red. Hex color #93703B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93703B is #6C8FC4. Grayscale: #747474. Windows color (decimal): -7114693 or 3895443. OLE color: 3895443.

HSL color Cylindrical-coordinate representation of color #93703B: hue angle of 36.14º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #93703B is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB14711259-
CMYK00.240.600.42
HSL36.14º42.72%40.39%-
HSV(B)36.14º59.86%57.65%-
XYZ18.6218.116.65-
YUV116.4295.6149.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.23%
GREEN value IS 112 (44.14% from 255) = 35.22%
BLUE value IS 59 (23.44% from 255) = 18.55%
R=46.23%
G=35.22%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471125900.240.600.4236.1442.7240.39
Hex93703B0183C2A242b28
Octal223160730307452445350
Binary100100111110000111011011000111100101010100100101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93703B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,112,59); }

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

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

 a { background-color: rgb(147,112,59); }

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

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

 span { border-color: rgb(147,112,59); }

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