#9B782B

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

Shades of Buttered Rum #9B782B

Tints of Buttered Rum #9B782B

Color information

#9B782B (or 0x9B782B) is unknown color: approx Buttered Rum. HEX triplet: 9B, 78 and 2B. RGB value is (155,120,43). Sum of RGB (Red+Green+Blue) = 155+120+43=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B782B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B782B is #6487D4. Grayscale: #7A7A7A. Windows color (decimal): -6588373 or 2848923. OLE color: 2848923.

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

Color convert

RGB15512043-
CMYK00.230.720.39
HSL41.25º56.57%38.82%-
HSV(B)41.25º72.26%60.78%-
XYZ20.6720.585.17-
YUV121.6983.6151.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.74%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 43 (17.19% from 255) = 13.52%
R=48.74%
G=37.74%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551204300.230.720.3941.2556.5738.82
Hex9B782B0174827293927
Octal2331705302711047517147
Binary1001101111110001010110101111001000100111101001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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