#93723B

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

Shades of Buttered Rum #93723B

Tints of Buttered Rum #93723B

Color information

#93723B (or 0x93723B) is unknown color: approx Buttered Rum. HEX triplet: 93, 72 and 3B. RGB value is (147,114,59). Sum of RGB (Red+Green+Blue) = 147+114+59=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #93723B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93723B is #6C8DC4. Grayscale: #757575. Windows color (decimal): -7114181 or 3895955. OLE color: 3895955.

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

Color convert

RGB14711459-
CMYK00.220.600.42
HSL37.5º42.72%40.39%-
HSV(B)37.5º59.86%57.65%-
XYZ18.8418.556.73-
YUV117.694.93148.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.94%
GREEN value IS 114 (44.92% from 255) = 35.62%
BLUE value IS 59 (23.44% from 255) = 18.44%
R=45.94%
G=35.62%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471145900.220.600.4237.542.7240.39
Hex93723B0163C2A252b28
Octal223162730267452455350
Binary100100111110010111011010110111100101010100101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93723B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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