#9C753F

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

Shades of Buttered Rum #9C753F

Tints of Buttered Rum #9C753F

Color information

#9C753F (or 0x9C753F) is unknown color: approx Buttered Rum. HEX triplet: 9C, 75 and 3F. RGB value is (156,117,63). Sum of RGB (Red+Green+Blue) = 156+117+63=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C753F is #638AC0. Grayscale: #7A7A7A. Windows color (decimal): -6523585 or 4158876. OLE color: 4158876.

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

Color convert

RGB15611763-
CMYK00.250.600.39
HSL34.84º42.47%42.94%-
HSV(B)34.84º59.62%61.18%-
XYZ20.9720.157.49-
YUV122.5194.42151.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.43%
GREEN value IS 117 (46.09% from 255) = 34.82%
BLUE value IS 63 (25% from 255) = 18.75%
R=46.43%
G=34.82%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561176300.250.600.3934.8442.4742.94
Hex9C753F0193C27232a2b
Octal234165770317447435253
Binary100111001110101111111011001111100100111100011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C753F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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