#9C7A3B

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

Shades of Buttered Rum #9C7A3B

Tints of Buttered Rum #9C7A3B

Color information

#9C7A3B (or 0x9C7A3B) is unknown color: approx Buttered Rum. HEX triplet: 9C, 7A and 3B. RGB value is (156,122,59). Sum of RGB (Red+Green+Blue) = 156+122+59=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7A3B is #6385C4. Grayscale: #7D7D7D. Windows color (decimal): -6522309 or 3898012. OLE color: 3898012.

HSL color Cylindrical-coordinate representation of color #9C7A3B: hue angle of 38.97º degrees, saturation: 0.45, 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 #9C7A3B is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB15612259-
CMYK00.220.620.39
HSL38.97º45.12%42.16%-
HSV(B)38.97º62.18%61.18%-
XYZ21.4621.37.12-
YUV124.9890.76150.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.29%
GREEN value IS 122 (48.05% from 255) = 36.20%
BLUE value IS 59 (23.44% from 255) = 17.51%
R=46.29%
G=36.20%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561225900.220.620.3938.9745.1242.16
Hex9C7A3B0163E27272d2a
Octal234172730267647475552
Binary100111001111010111011010110111110100111100111101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,122,59); }

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

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

 a { background-color: rgb(156,122,59); }

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

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

 span { border-color: rgb(156,122,59); }

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