#9A7534

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

Shades of Buttered Rum #9A7534

Tints of Buttered Rum #9A7534

Color information

#9A7534 (or 0x9A7534) is unknown color: approx Buttered Rum. HEX triplet: 9A, 75 and 34. RGB value is (154,117,52). Sum of RGB (Red+Green+Blue) = 154+117+52=323 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.68% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7534 is #658ACB. Grayscale: #787878. Windows color (decimal): -6654668 or 3437978. OLE color: 3437978.

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

Color convert

RGB15411752-
CMYK00.240.660.40
HSL38.24º49.51%40.39%-
HSV(B)38.24º66.23%60.39%-
XYZ20.3119.846.01-
YUV120.6589.26151.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.68%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 52 (20.70% from 255) = 16.10%
R=47.68%
G=36.22%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541175200.240.660.4038.2449.5140.39
Hex9A75340184228263228
Octal2321656403010250466250
Binary1001101011101011101000110001000010101000100110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,117,52); }

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

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

 a { background-color: rgb(154,117,52); }

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

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

 span { border-color: rgb(154,117,52); }

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