#9B7141

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

Shades of Buttered Rum #9B7141

Tints of Buttered Rum #9B7141

Color information

#9B7141 (or 0x9B7141) is unknown color: approx Buttered Rum. HEX triplet: 9B, 71 and 41. RGB value is (155,113,65). Sum of RGB (Red+Green+Blue) = 155+113+65=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7141 is #648EBE. Grayscale: #787878. Windows color (decimal): -6590143 or 4288923. OLE color: 4288923.

HSL color Cylindrical-coordinate representation of color #9B7141: hue angle of 32º 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 #9B7141 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB15511365-
CMYK00.270.580.39
HSL32º40.91%43.14%-
HSV(B)32º58.06%60.78%-
XYZ20.3819.167.63-
YUV120.0996.91152.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.55%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 65 (25.78% from 255) = 19.52%
R=46.55%
G=33.93%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551136500.270.580.393240.9143.14
Hex9B714101B3A2720292b
Octal2331611010337247405153
Binary1001101111100011000001011011111010100111100000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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