#9A732E

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

Shades of Buttered Rum #9A732E

Tints of Buttered Rum #9A732E

Color information

#9A732E (or 0x9A732E) is unknown color: approx Buttered Rum. HEX triplet: 9A, 73 and 2E. RGB value is (154,115,46). Sum of RGB (Red+Green+Blue) = 154+115+46=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A732E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A732E is #658CD1. Grayscale: #777777. Windows color (decimal): -6655186 or 3044250. OLE color: 3044250.

HSL color Cylindrical-coordinate representation of color #9A732E: hue angle of 38.33º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A732E is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB15411546-
CMYK00.250.700.40
HSL38.33º54%39.22%-
HSV(B)38.33º70.13%60.39%-
XYZ19.9519.335.26-
YUV118.7986.92153.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.89%
GREEN value IS 115 (45.31% from 255) = 36.51%
BLUE value IS 46 (18.36% from 255) = 14.60%
R=48.89%
G=36.51%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541154600.250.700.4038.335439.22
Hex9A732E0194628263627
Octal2321635603110650466647
Binary1001101011100111011100110011000110101000100110110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A732E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,115,46); }

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

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

 a { background-color: rgb(154,115,46); }

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

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

 span { border-color: rgb(154,115,46); }

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