#9A7126

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

Shades of Buttered Rum #9A7126

Tints of Buttered Rum #9A7126

Color information

#9A7126 (or 0x9A7126) is unknown color: approx Buttered Rum. HEX triplet: 9A, 71 and 26. RGB value is (154,113,38). Sum of RGB (Red+Green+Blue) = 154+113+38=305 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.49% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7126 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7126 is #658ED9. Grayscale: #757575. Windows color (decimal): -6655706 or 2519450. OLE color: 2519450.

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

Color convert

RGB15411338-
CMYK00.270.750.40
HSL38.79º60.42%37.65%-
HSV(B)38.79º75.32%60.39%-
XYZ19.5818.824.43-
YUV116.7183.58154.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.49%
GREEN value IS 113 (44.53% from 255) = 37.05%
BLUE value IS 38 (15.23% from 255) = 12.46%
R=50.49%
G=37.05%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541133800.270.750.4038.7960.4237.65
Hex9A712601B4B28273c26
Octal2321614603311350477446
Binary1001101011100011001100110111001011101000100111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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