#9A7B30

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

Shades of Buttered Rum #9A7B30

Tints of Buttered Rum #9A7B30

Color information

#9A7B30 (or 0x9A7B30) is unknown color: approx Buttered Rum. HEX triplet: 9A, 7B and 30. RGB value is (154,123,48). Sum of RGB (Red+Green+Blue) = 154+123+48=325 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.38% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7B30 is #6584CF. Grayscale: #7C7C7C. Windows color (decimal): -6653136 or 3177370. OLE color: 3177370.

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

Color convert

RGB15412348-
CMYK00.200.690.40
HSL42.45º52.48%39.61%-
HSV(B)42.45º68.83%60.39%-
XYZ20.9421.255.79-
YUV123.7285.27149.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.38%
GREEN value IS 123 (48.44% from 255) = 37.85%
BLUE value IS 48 (19.14% from 255) = 14.77%
R=47.38%
G=37.85%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541234800.200.690.4042.4552.4839.61
Hex9A7B3001445282a3428
Octal2321736002410550526450
Binary1001101011110111100000101001000101101000101010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,123,48); }

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

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

 a { background-color: rgb(154,123,48); }

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

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

 span { border-color: rgb(154,123,48); }

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