#9D722C

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

Shades of Buttered Rum #9D722C

Tints of Buttered Rum #9D722C

Color information

#9D722C (or 0x9D722C) is unknown color: approx Buttered Rum. HEX triplet: 9D, 72 and 2C. RGB value is (157,114,44). Sum of RGB (Red+Green+Blue) = 157+114+44=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D722C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D722C is #628DD3. Grayscale: #777777. Windows color (decimal): -6458836 or 2912925. OLE color: 2912925.

HSL color Cylindrical-coordinate representation of color #9D722C: hue angle of 37.17º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D722C is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB15711444-
CMYK00.270.720.38
HSL37.17º56.22%39.41%-
HSV(B)37.17º71.97%61.57%-
XYZ20.3819.385.05-
YUV118.8885.75155.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.84%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 44 (17.58% from 255) = 13.97%
R=49.84%
G=36.19%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571144400.270.720.3837.1756.2239.41
Hex9D722C01B4826253827
Octal2351625403311046457047
Binary1001110111100101011000110111001000100110100101111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D722C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,114,44); }

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

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

 a { background-color: rgb(157,114,44); }

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

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

 span { border-color: rgb(157,114,44); }

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