#9C7138

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

Shades of Buttered Rum #9C7138

Tints of Buttered Rum #9C7138

Color information

#9C7138 (or 0x9C7138) is unknown color: approx Buttered Rum. HEX triplet: 9C, 71 and 38. RGB value is (156,113,56). Sum of RGB (Red+Green+Blue) = 156+113+56=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7138 is #638EC7. Grayscale: #777777. Windows color (decimal): -6524616 or 3699100. OLE color: 3699100.

HSL color Cylindrical-coordinate representation of color #9C7138: hue angle of 34.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C7138 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB15611356-
CMYK00.280.640.39
HSL34.2º47.17%41.57%-
HSV(B)34.2º64.1%61.18%-
XYZ20.3319.166.37-
YUV119.3692.25154.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48%
GREEN value IS 113 (44.53% from 255) = 34.77%
BLUE value IS 56 (22.27% from 255) = 17.23%
R=48%
G=34.77%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561135600.280.640.3934.247.1741.57
Hex9C713801C4027222f2a
Octal2341617003410047425752
Binary1001110011100011110000111001000000100111100010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,113,56); }

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

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

 a { background-color: rgb(156,113,56); }

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

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

 span { border-color: rgb(156,113,56); }

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