#9B7241

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

Shades of Buttered Rum #9B7241

Tints of Buttered Rum #9B7241

Color information

#9B7241 (or 0x9B7241) is unknown color: approx Buttered Rum. HEX triplet: 9B, 72 and 41. RGB value is (155,114,65). Sum of RGB (Red+Green+Blue) = 155+114+65=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7241 is #648DBE. Grayscale: #787878. Windows color (decimal): -6589887 or 4289179. OLE color: 4289179.

HSL color Cylindrical-coordinate representation of color #9B7241: hue angle of 32.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B7241 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB15511465-
CMYK00.260.580.39
HSL32.67º40.91%43.14%-
HSV(B)32.67º58.06%60.78%-
XYZ20.4919.387.66-
YUV120.6796.58152.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.41%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 65 (25.78% from 255) = 19.46%
R=46.41%
G=34.13%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551146500.260.580.3932.6740.9143.14
Hex9B724101A3A2721292b
Octal2331621010327247415153
Binary1001101111100101000001011010111010100111100001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,114,65); }

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

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

 a { background-color: rgb(155,114,65); }

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

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

 span { border-color: rgb(155,114,65); }

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