#9C7338

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

Shades of Buttered Rum #9C7338

Tints of Buttered Rum #9C7338

Color information

#9C7338 (or 0x9C7338) is unknown color: approx Buttered Rum. HEX triplet: 9C, 73 and 38. RGB value is (156,115,56). Sum of RGB (Red+Green+Blue) = 156+115+56=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7338 is #638CC7. Grayscale: #787878. Windows color (decimal): -6524104 or 3699612. OLE color: 3699612.

HSL color Cylindrical-coordinate representation of color #9C7338: hue angle of 35.4º 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 #9C7338 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB15611556-
CMYK00.260.640.39
HSL35.4º47.17%41.57%-
HSV(B)35.4º64.1%61.18%-
XYZ20.5519.616.44-
YUV120.5391.58153.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.71%
GREEN value IS 115 (45.31% from 255) = 35.17%
BLUE value IS 56 (22.27% from 255) = 17.13%
R=47.71%
G=35.17%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561155600.260.640.3935.447.1741.57
Hex9C733801A4027232f2a
Octal2341637003210047435752
Binary1001110011100111110000110101000000100111100011101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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