#9A7C3A

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

Shades of Buttered Rum #9A7C3A

Tints of Buttered Rum #9A7C3A

Color information

#9A7C3A (or 0x9A7C3A) is unknown color: approx Buttered Rum. HEX triplet: 9A, 7C and 3A. RGB value is (154,124,58). Sum of RGB (Red+Green+Blue) = 154+124+58=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7C3A is #6583C5. Grayscale: #7D7D7D. Windows color (decimal): -6652870 or 3832986. OLE color: 3832986.

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

Color convert

RGB15412458-
CMYK00.190.620.40
HSL41.25º45.28%41.57%-
HSV(B)41.25º62.34%60.39%-
XYZ21.321.597.05-
YUV125.4589.94148.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.83%
GREEN value IS 124 (48.83% from 255) = 36.90%
BLUE value IS 58 (23.05% from 255) = 17.26%
R=45.83%
G=36.90%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541245800.190.620.4041.2545.2841.57
Hex9A7C3A0133E28292d2a
Octal232174720237650515552
Binary100110101111100111010010011111110101000101001101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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