#9A7223

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

Shades of Buttered Rum #9A7223

Tints of Buttered Rum #9A7223

Color information

#9A7223 (or 0x9A7223) is unknown color: approx Buttered Rum. HEX triplet: 9A, 72 and 23. RGB value is (154,114,35). Sum of RGB (Red+Green+Blue) = 154+114+35=303 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.83% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7223 is #658DDC. Grayscale: #757575. Windows color (decimal): -6655453 or 2323098. OLE color: 2323098.

HSL color Cylindrical-coordinate representation of color #9A7223: hue angle of 39.83º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A7223 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.40.

Color convert

RGB15411435-
CMYK00.260.770.40
HSL39.83º62.96%37.06%-
HSV(B)39.83º77.27%60.39%-
XYZ19.6519.034.23-
YUV116.9581.75154.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.83%
GREEN value IS 114 (44.92% from 255) = 37.62%
BLUE value IS 35 (14.06% from 255) = 11.55%
R=50.83%
G=37.62%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541143500.260.770.4039.8362.9637.06
Hex9A722301A4D28283f25
Octal2321624303211550507745
Binary1001101011100101000110110101001101101000101000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,114,35); }

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

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

 a { background-color: rgb(154,114,35); }

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

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

 span { border-color: rgb(154,114,35); }

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