#9B782F

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

Shades of Buttered Rum #9B782F

Tints of Buttered Rum #9B782F

Color information

#9B782F (or 0x9B782F) is unknown color: approx Buttered Rum. HEX triplet: 9B, 78 and 2F. RGB value is (155,120,47). Sum of RGB (Red+Green+Blue) = 155+120+47=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B782F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B782F is #6487D0. Grayscale: #7A7A7A. Windows color (decimal): -6588369 or 3111067. OLE color: 3111067.

HSL color Cylindrical-coordinate representation of color #9B782F: hue angle of 40.56º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B782F is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB15512047-
CMYK00.230.700.39
HSL40.56º53.47%39.61%-
HSV(B)40.56º69.68%60.78%-
XYZ20.7520.615.57-
YUV122.1485.6151.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.14%
GREEN value IS 120 (47.27% from 255) = 37.27%
BLUE value IS 47 (18.75% from 255) = 14.60%
R=48.14%
G=37.27%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551204700.230.700.3940.5653.4739.61
Hex9B782F0174627293528
Octal2331705702710647516550
Binary1001101111110001011110101111000110100111101001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,120,47); }

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

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

 a { background-color: rgb(155,120,47); }

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

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

 span { border-color: rgb(155,120,47); }

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