#93713D

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

Shades of Buttered Rum #93713D

Tints of Buttered Rum #93713D

Color information

#93713D (or 0x93713D) is unknown color: approx Buttered Rum. HEX triplet: 93, 71 and 3D. RGB value is (147,113,61). Sum of RGB (Red+Green+Blue) = 147+113+61=321 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.79% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 147 - color contains mainly: red. Hex color #93713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93713D is #6C8EC2. Grayscale: #757575. Windows color (decimal): -7114435 or 4026771. OLE color: 4026771.

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

Color convert

RGB14711361-
CMYK00.230.590.42
HSL36.28º41.35%40.78%-
HSV(B)36.28º58.5%57.65%-
XYZ18.7818.356.97-
YUV117.2496.26149.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.79%
GREEN value IS 113 (44.53% from 255) = 35.20%
BLUE value IS 61 (24.22% from 255) = 19.00%
R=45.79%
G=35.20%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471136100.230.590.4236.2841.3540.78
Hex93713D0173B2A242929
Octal223161750277352445151
Binary100100111110001111101010111111011101010100100101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93713D; }

 p { color: rgb(147,113,61); }

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

<style>
 a { background-color: #93713D; }

 a { background-color: rgb(147,113,61); }

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

<style>
 span { border-color: #93713D; }

 span { border-color: rgb(147,113,61); }

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