#9A712D

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

Shades of Buttered Rum #9A712D

Tints of Buttered Rum #9A712D

Color information

#9A712D (or 0x9A712D) is unknown color: approx Buttered Rum. HEX triplet: 9A, 71 and 2D. RGB value is (154,113,45). Sum of RGB (Red+Green+Blue) = 154+113+45=312 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.36% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 154 - color contains mainly: red. Hex color #9A712D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A712D is #658ED2. Grayscale: #757575. Windows color (decimal): -6655699 or 2978202. OLE color: 2978202.

HSL color Cylindrical-coordinate representation of color #9A712D: hue angle of 37.43º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A712D is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB15411345-
CMYK00.270.710.40
HSL37.43º54.77%39.02%-
HSV(B)37.43º70.78%60.39%-
XYZ19.7118.875.09-
YUV117.5187.08154.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.36%
GREEN value IS 113 (44.53% from 255) = 36.22%
BLUE value IS 45 (17.97% from 255) = 14.42%
R=49.36%
G=36.22%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541134500.270.710.4037.4354.7739.02
Hex9A712D01B4728253727
Octal2321615503310750456747
Binary1001101011100011011010110111000111101000100101110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A712D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A712D; }

 p { color: rgb(154,113,45); }

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

<style>
 a { background-color: #9A712D; }

 a { background-color: rgb(154,113,45); }

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

<style>
 span { border-color: #9A712D; }

 span { border-color: rgb(154,113,45); }

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