#9C7D38

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

Shades of Buttered Rum #9C7D38

Tints of Buttered Rum #9C7D38

Color information

#9C7D38 (or 0x9C7D38) is unknown color: approx Buttered Rum. HEX triplet: 9C, 7D and 38. RGB value is (156,125,56). Sum of RGB (Red+Green+Blue) = 156+125+56=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7D38 is #6382C7. Grayscale: #7E7E7E. Windows color (decimal): -6521544 or 3702172. OLE color: 3702172.

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

Color convert

RGB15612556-
CMYK00.200.640.39
HSL41.4º47.17%41.57%-
HSV(B)41.4º64.1%61.18%-
XYZ21.7622.026.85-
YUV126.488.27149.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.29%
GREEN value IS 125 (49.22% from 255) = 37.09%
BLUE value IS 56 (22.27% from 255) = 16.62%
R=46.29%
G=37.09%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561255600.200.640.3941.447.1741.57
Hex9C7D380144027292f2a
Octal2341757002410047515752
Binary1001110011111011110000101001000000100111101001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,125,56); }

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

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

 a { background-color: rgb(156,125,56); }

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

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

 span { border-color: rgb(156,125,56); }

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