#9B7C33

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

Shades of Buttered Rum #9B7C33

Tints of Buttered Rum #9B7C33

Color information

#9B7C33 (or 0x9B7C33) is unknown color: approx Buttered Rum. HEX triplet: 9B, 7C and 33. RGB value is (155,124,51). Sum of RGB (Red+Green+Blue) = 155+124+51=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7C33 is #6483CC. Grayscale: #7D7D7D. Windows color (decimal): -6587341 or 3374235. OLE color: 3374235.

HSL color Cylindrical-coordinate representation of color #9B7C33: hue angle of 42.12º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B7C33 is Cyan = 0, Magento = 0.2, Yellow = 0.67 and Black (K on CMYK) = 0.39.

Color convert

RGB15512451-
CMYK00.20.670.39
HSL42.12º50.49%40.39%-
HSV(B)42.12º67.1%60.78%-
XYZ21.3221.626.18-
YUV124.9586.27149.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.97%
GREEN value IS 124 (48.83% from 255) = 37.58%
BLUE value IS 51 (20.31% from 255) = 15.45%
R=46.97%
G=37.58%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551245100.20.670.3942.1250.4940.39
Hex9B7C3301443272a3228
Octal2331746302410347526250
Binary1001101111111001100110101001000011100111101010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,124,51); }

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

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

 a { background-color: rgb(155,124,51); }

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

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

 span { border-color: rgb(155,124,51); }

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