#9D7840

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

Shades of Buttered Rum #9D7840

Tints of Buttered Rum #9D7840

Color information

#9D7840 (or 0x9D7840) is unknown color: approx Buttered Rum. HEX triplet: 9D, 78 and 40. RGB value is (157,120,64). Sum of RGB (Red+Green+Blue) = 157+120+64=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7840 is #6287BF. Grayscale: #7C7C7C. Windows color (decimal): -6457280 or 4225181. OLE color: 4225181.

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

Color convert

RGB15712064-
CMYK00.240.590.38
HSL36.13º42.08%43.33%-
HSV(B)36.13º59.24%61.57%-
XYZ21.5520.977.76-
YUV124.6893.76151.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.04%
GREEN value IS 120 (47.27% from 255) = 35.19%
BLUE value IS 64 (25.39% from 255) = 18.77%
R=46.04%
G=35.19%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571206400.240.590.3836.1342.0843.33
Hex9D78400183B26242a2b
Octal2351701000307346445253
Binary1001110111110001000000011000111011100110100100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,120,64); }

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

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

 a { background-color: rgb(157,120,64); }

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

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

 span { border-color: rgb(157,120,64); }

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