#91713B

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

Shades of Buttered Rum #91713B

Tints of Buttered Rum #91713B

Color information

#91713B (or 0x91713B) is unknown color: approx Buttered Rum. HEX triplet: 91, 71 and 3B. RGB value is (145,113,59). Sum of RGB (Red+Green+Blue) = 145+113+59=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #91713B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91713B is #6E8EC4. Grayscale: #747474. Windows color (decimal): -7245509 or 3895697. OLE color: 3895697.

HSL color Cylindrical-coordinate representation of color #91713B: hue angle of 37.67º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #91713B is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB14511359-
CMYK00.220.590.43
HSL37.67º42.16%40%-
HSV(B)37.67º59.31%56.86%-
XYZ18.3718.156.67-
YUV116.4195.6148.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.74%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 59 (23.44% from 255) = 18.61%
R=45.74%
G=35.65%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451135900.220.590.4337.6742.1640
Hex91713B0163B2B262a28
Octal221161730267353465250
Binary100100011110001111011010110111011101011100110101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91713B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,113,59); }

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

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

 a { background-color: rgb(145,113,59); }

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

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

 span { border-color: rgb(145,113,59); }

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