#9E782B

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

Shades of Buttered Rum #9E782B

Tints of Buttered Rum #9E782B

Color information

#9E782B (or 0x9E782B) is unknown color: approx Buttered Rum. HEX triplet: 9E, 78 and 2B. RGB value is (158,120,43). Sum of RGB (Red+Green+Blue) = 158+120+43=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E782B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E782B is #6187D4. Grayscale: #7A7A7A. Windows color (decimal): -6391765 or 2848926. OLE color: 2848926.

HSL color Cylindrical-coordinate representation of color #9E782B: hue angle of 40.17º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E782B is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB15812043-
CMYK00.240.730.38
HSL40.17º57.21%39.41%-
HSV(B)40.17º72.78%61.96%-
XYZ21.2520.885.19-
YUV122.5883.09153.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.22%
GREEN value IS 120 (47.27% from 255) = 37.38%
BLUE value IS 43 (17.19% from 255) = 13.40%
R=49.22%
G=37.38%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581204300.240.730.3840.1757.2139.41
Hex9E782B0184926283927
Octal2361705303011146507147
Binary1001111011110001010110110001001001100110101000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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