#9C7341

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

Shades of Buttered Rum #9C7341

Tints of Buttered Rum #9C7341

Color information

#9C7341 (or 0x9C7341) is unknown color: approx Buttered Rum. HEX triplet: 9C, 73 and 41. RGB value is (156,115,65). Sum of RGB (Red+Green+Blue) = 156+115+65=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7341 is #638CBE. Grayscale: #797979. Windows color (decimal): -6524095 or 4289436. OLE color: 4289436.

HSL color Cylindrical-coordinate representation of color #9C7341: hue angle of 32.97º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C7341 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB15611565-
CMYK00.260.580.39
HSL32.97º41.18%43.33%-
HSV(B)32.97º58.33%61.18%-
XYZ20.819.717.71-
YUV121.5696.08152.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.43%
GREEN value IS 115 (45.31% from 255) = 34.23%
BLUE value IS 65 (25.78% from 255) = 19.35%
R=46.43%
G=34.23%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561156500.260.580.3932.9741.1843.33
Hex9C734101A3A2721292b
Octal2341631010327247415153
Binary1001110011100111000001011010111010100111100001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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