#9C753C

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

Shades of Buttered Rum #9C753C

Tints of Buttered Rum #9C753C

Color information

#9C753C (or 0x9C753C) is unknown color: approx Buttered Rum. HEX triplet: 9C, 75 and 3C. RGB value is (156,117,60). Sum of RGB (Red+Green+Blue) = 156+117+60=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 156 - color contains mainly: red. Hex color #9C753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C753C is #638AC3. Grayscale: #7A7A7A. Windows color (decimal): -6523588 or 3962268. OLE color: 3962268.

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

Color convert

RGB15611760-
CMYK00.250.620.39
HSL35.62º44.44%42.35%-
HSV(B)35.62º61.54%61.18%-
XYZ20.8920.127.06-
YUV122.1692.92152.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.85%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 60 (23.83% from 255) = 18.02%
R=46.85%
G=35.14%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561176000.250.620.3935.6244.4442.35
Hex9C753C0193E27242c2a
Octal234165740317647445452
Binary100111001110101111100011001111110100111100100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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