#9E7A3D

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

Shades of Buttered Rum #9E7A3D

Tints of Buttered Rum #9E7A3D

Color information

#9E7A3D (or 0x9E7A3D) is unknown color: approx Buttered Rum. HEX triplet: 9E, 7A and 3D. RGB value is (158,122,61). Sum of RGB (Red+Green+Blue) = 158+122+61=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7A3D is #6185C2. Grayscale: #7E7E7E. Windows color (decimal): -6391235 or 4029086. OLE color: 4029086.

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

Color convert

RGB15812261-
CMYK00.230.610.38
HSL37.73º44.29%42.94%-
HSV(B)37.73º61.39%61.96%-
XYZ21.921.537.42-
YUV125.8191.43150.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.33%
GREEN value IS 122 (48.05% from 255) = 35.78%
BLUE value IS 61 (24.22% from 255) = 17.89%
R=46.33%
G=35.78%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581226100.230.610.3837.7344.2942.94
Hex9E7A3D0173D26262c2b
Octal236172750277546465453
Binary100111101111010111101010111111101100110100110101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,122,61); }

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

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

 a { background-color: rgb(158,122,61); }

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

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

 span { border-color: rgb(158,122,61); }

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