#9a7b36

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

Shades of Buttered Rum #9A7B36

Tints of Buttered Rum #9A7B36

Color information

#9A7B36 (or 0x9A7B36) is unknown color: approx Buttered Rum. HEX triplet: 9A, 7B and 36. RGB value is (154,123,54). Sum of RGB (Red+Green+Blue) = 154+123+54=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7B36 is #6584C9. Grayscale: #7C7C7C. Windows color (decimal): -6653130 or 3570586. OLE color: 3570586.

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

Color convert

RGB15412354-
CMYK00.200.650.40
HSL41.4º48.08%40.78%-
HSV(B)41.4º64.94%60.39%-
XYZ21.0821.36.49-
YUV124.488.27149.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.53%
GREEN value IS 123 (48.44% from 255) = 37.16%
BLUE value IS 54 (21.48% from 255) = 16.31%
R=46.53%
G=37.16%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541235400.200.650.4041.448.0840.78
Hex9A7B360144128293029
Octal2321736602410150516051
Binary1001101011110111101100101001000001101000101001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a7b36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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