#9C7535

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

Shades of Buttered Rum #9C7535

Tints of Buttered Rum #9C7535

Color information

#9C7535 (or 0x9C7535) is unknown color: approx Buttered Rum. HEX triplet: 9C, 75 and 35. RGB value is (156,117,53). Sum of RGB (Red+Green+Blue) = 156+117+53=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7535 is #638ACA. Grayscale: #797979. Windows color (decimal): -6523595 or 3503516. OLE color: 3503516.

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

Color convert

RGB15611753-
CMYK00.250.660.39
HSL37.28º49.28%40.98%-
HSV(B)37.28º66.03%61.18%-
XYZ20.7120.056.15-
YUV121.3689.42152.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.85%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 53 (21.09% from 255) = 16.26%
R=47.85%
G=35.89%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561175300.250.660.3937.2849.2840.98
Hex9C75350194227253129
Octal2341656503110247456151
Binary1001110011101011101010110011000010100111100101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,117,53); }

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

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

 a { background-color: rgb(156,117,53); }

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

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

 span { border-color: rgb(156,117,53); }

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