#9C752C

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

Shades of Buttered Rum #9C752C

Tints of Buttered Rum #9C752C

Color information

#9C752C (or 0x9C752C) is unknown color: approx Buttered Rum. HEX triplet: 9C, 75 and 2C. RGB value is (156,117,44). Sum of RGB (Red+Green+Blue) = 156+117+44=317 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.21% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 156 - color contains mainly: red. Hex color #9C752C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C752C is #638AD3. Grayscale: #787878. Windows color (decimal): -6523604 or 2913692. OLE color: 2913692.

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

Color convert

RGB15611744-
CMYK00.250.720.39
HSL39.11º56%39.22%-
HSV(B)39.11º71.79%61.18%-
XYZ20.5319.975.16-
YUV120.3484.92153.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.21%
GREEN value IS 117 (46.09% from 255) = 36.91%
BLUE value IS 44 (17.58% from 255) = 13.88%
R=49.21%
G=36.91%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561174400.250.720.3939.115639.22
Hex9C752C0194827273827
Octal2341655403111047477047
Binary1001110011101011011000110011001000100111100111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C752C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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