#9C753A

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

Shades of Buttered Rum #9C753A

Tints of Buttered Rum #9C753A

Color information

#9C753A (or 0x9C753A) is unknown color: approx Buttered Rum. HEX triplet: 9C, 75 and 3A. RGB value is (156,117,58). Sum of RGB (Red+Green+Blue) = 156+117+58=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C753A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C753A is #638AC5. Grayscale: #7A7A7A. Windows color (decimal): -6523590 or 3831196. OLE color: 3831196.

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

Color convert

RGB15611758-
CMYK00.250.630.39
HSL36.12º45.79%41.96%-
HSV(B)36.12º62.82%61.18%-
XYZ20.8420.16.78-
YUV121.9491.92152.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.13%
GREEN value IS 117 (46.09% from 255) = 35.35%
BLUE value IS 58 (23.05% from 255) = 17.52%
R=47.13%
G=35.35%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561175800.250.630.3936.1245.7941.96
Hex9C753A0193F27242e2a
Octal234165720317747445652
Binary100111001110101111010011001111111100111100100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C753A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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