#9A7935

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

Shades of Buttered Rum #9A7935

Tints of Buttered Rum #9A7935

Color information

#9A7935 (or 0x9A7935) is unknown color: approx Buttered Rum. HEX triplet: 9A, 79 and 35. RGB value is (154,121,53). Sum of RGB (Red+Green+Blue) = 154+121+53=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7935 is #6586CA. Grayscale: #7B7B7B. Windows color (decimal): -6653643 or 3504538. OLE color: 3504538.

HSL color Cylindrical-coordinate representation of color #9A7935: hue angle of 40.4º 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 #9A7935 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB15412153-
CMYK00.210.660.40
HSL40.4º48.79%40.59%-
HSV(B)40.4º65.58%60.39%-
XYZ20.8120.86.29-
YUV123.1288.43150.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.95%
GREEN value IS 121 (47.66% from 255) = 36.89%
BLUE value IS 53 (21.09% from 255) = 16.16%
R=46.95%
G=36.89%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541215300.210.660.4040.448.7940.59
Hex9A79350154228283129
Octal2321716502510250506151
Binary1001101011110011101010101011000010101000101000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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