#9B742D

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

Shades of Buttered Rum #9B742D

Tints of Buttered Rum #9B742D

Color information

#9B742D (or 0x9B742D) is unknown color: approx Buttered Rum. HEX triplet: 9B, 74 and 2D. RGB value is (155,116,45). Sum of RGB (Red+Green+Blue) = 155+116+45=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B742D is #648BD2. Grayscale: #777777. Windows color (decimal): -6589395 or 2978971. OLE color: 2978971.

HSL color Cylindrical-coordinate representation of color #9B742D: hue angle of 38.73º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B742D is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB15511645-
CMYK00.250.710.39
HSL38.73º55%39.22%-
HSV(B)38.73º70.97%60.78%-
XYZ20.2419.655.21-
YUV119.5785.92153.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.05%
GREEN value IS 116 (45.70% from 255) = 36.71%
BLUE value IS 45 (17.97% from 255) = 14.24%
R=49.05%
G=36.71%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551164500.250.710.3938.735539.22
Hex9B742D0194727273727
Octal2331645503110747476747
Binary1001101111101001011010110011000111100111100111110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,116,45); }

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

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

 a { background-color: rgb(155,116,45); }

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

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

 span { border-color: rgb(155,116,45); }

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