#9A7C35

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

Shades of Buttered Rum #9A7C35

Tints of Buttered Rum #9A7C35

Color information

#9A7C35 (or 0x9A7C35) is unknown color: approx Buttered Rum. HEX triplet: 9A, 7C and 35. RGB value is (154,124,53). Sum of RGB (Red+Green+Blue) = 154+124+53=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7C35 is #6583CA. Grayscale: #7D7D7D. Windows color (decimal): -6652875 or 3505306. OLE color: 3505306.

HSL color Cylindrical-coordinate representation of color #9A7C35: hue angle of 42.18º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A7C35 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB15412453-
CMYK00.190.660.40
HSL42.18º48.79%40.59%-
HSV(B)42.18º65.58%60.39%-
XYZ21.1821.546.41-
YUV124.8887.44148.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.53%
GREEN value IS 124 (48.83% from 255) = 37.46%
BLUE value IS 53 (21.09% from 255) = 16.01%
R=46.53%
G=37.46%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541245300.190.660.4042.1848.7940.59
Hex9A7C3501342282a3129
Octal2321746502310250526151
Binary1001101011111001101010100111000010101000101010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,124,53); }

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

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

 a { background-color: rgb(154,124,53); }

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

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

 span { border-color: rgb(154,124,53); }

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