#9b7d3b

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

Shades of Buttered Rum #9B7D3B

Tints of Buttered Rum #9B7D3B

Color information

#9B7D3B (or 0x9B7D3B) is unknown color: approx Buttered Rum. HEX triplet: 9B, 7D and 3B. RGB value is (155,125,59). Sum of RGB (Red+Green+Blue) = 155+125+59=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7D3B is #6482C4. Grayscale: #7E7E7E. Windows color (decimal): -6587077 or 3898779. OLE color: 3898779.

HSL color Cylindrical-coordinate representation of color #9B7D3B: hue angle of 41.25º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B7D3B is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB15512559-
CMYK00.190.620.39
HSL41.25º44.86%41.96%-
HSV(B)41.25º61.94%60.78%-
XYZ21.6421.957.23-
YUV126.4589.94148.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.72%
GREEN value IS 125 (49.22% from 255) = 36.87%
BLUE value IS 59 (23.44% from 255) = 17.40%
R=45.72%
G=36.87%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551255900.190.620.3941.2544.8641.96
Hex9B7D3B0133E27292d2a
Octal233175730237647515552
Binary100110111111101111011010011111110100111101001101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b7d3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,125,59); }

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

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

 a { background-color: rgb(155,125,59); }

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

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

 span { border-color: rgb(155,125,59); }

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