#9C752F

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

Shades of Buttered Rum #9C752F

Tints of Buttered Rum #9C752F

Color information

#9C752F (or 0x9C752F) is unknown color: approx Buttered Rum. HEX triplet: 9C, 75 and 2F. RGB value is (156,117,47). Sum of RGB (Red+Green+Blue) = 156+117+47=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C752F is #638AD0. Grayscale: #797979. Windows color (decimal): -6523601 or 3110300. OLE color: 3110300.

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

Color convert

RGB15611747-
CMYK00.250.700.39
HSL38.53º53.69%39.8%-
HSV(B)38.53º69.87%61.18%-
XYZ20.58205.46-
YUV120.6886.42153.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.75%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 47 (18.75% from 255) = 14.69%
R=48.75%
G=36.56%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561174700.250.700.3938.5353.6939.8
Hex9C752F0194627273628
Octal2341655703110647476650
Binary1001110011101011011110110011000110100111100111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C752F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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