#9B7D34

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

Shades of Buttered Rum #9B7D34

Tints of Buttered Rum #9B7D34

Color information

#9B7D34 (or 0x9B7D34) is unknown color: approx Buttered Rum. HEX triplet: 9B, 7D and 34. RGB value is (155,125,52). Sum of RGB (Red+Green+Blue) = 155+125+52=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7D34 is #6482CB. Grayscale: #7D7D7D. Windows color (decimal): -6587084 or 3440027. OLE color: 3440027.

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

Color convert

RGB15512552-
CMYK00.190.660.39
HSL42.52º49.76%40.59%-
HSV(B)42.52º66.45%60.78%-
XYZ21.4721.886.34-
YUV125.6586.44148.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 125 (49.22% from 255) = 37.65%
BLUE value IS 52 (20.70% from 255) = 15.66%
R=46.69%
G=37.65%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551255200.190.660.3942.5249.7640.59
Hex9B7D3401342272b3229
Octal2331756402310247536251
Binary1001101111111011101000100111000010100111101011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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