#9C742B

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

Shades of Buttered Rum #9C742B

Tints of Buttered Rum #9C742B

Color information

#9C742B (or 0x9C742B) is unknown color: approx Buttered Rum. HEX triplet: 9C, 74 and 2B. RGB value is (156,116,43). Sum of RGB (Red+Green+Blue) = 156+116+43=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C742B is #638BD4. Grayscale: #777777. Windows color (decimal): -6523861 or 2847900. OLE color: 2847900.

HSL color Cylindrical-coordinate representation of color #9C742B: hue angle of 38.76º degrees, saturation: 0.57, 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 #9C742B is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB15611643-
CMYK00.260.720.39
HSL38.76º56.78%39.02%-
HSV(B)38.76º72.44%61.18%-
XYZ20.3919.735.02-
YUV119.6484.75153.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.52%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 43 (17.19% from 255) = 13.65%
R=49.52%
G=36.83%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561164300.260.720.3938.7656.7839.02
Hex9C742B01A4827273927
Octal2341645303211047477147
Binary1001110011101001010110110101001000100111100111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C742B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,116,43); }

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

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

 a { background-color: rgb(156,116,43); }

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

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

 span { border-color: rgb(156,116,43); }

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