#9D7224

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

Shades of Buttered Rum #9D7224

Tints of Buttered Rum #9D7224

Color information

#9D7224 (or 0x9D7224) is unknown color: approx Buttered Rum. HEX triplet: 9D, 72 and 24. RGB value is (157,114,36). Sum of RGB (Red+Green+Blue) = 157+114+36=307 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.14% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7224 is #628DDB. Grayscale: #767676. Windows color (decimal): -6458844 or 2388637. OLE color: 2388637.

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

Color convert

RGB15711436-
CMYK00.270.770.38
HSL38.68º62.69%37.84%-
HSV(B)38.68º77.07%61.57%-
XYZ20.2419.334.33-
YUV117.9681.75155.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.14%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 36 (14.45% from 255) = 11.73%
R=51.14%
G=37.13%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571143600.270.770.3838.6862.6937.84
Hex9D722401B4D26273f26
Octal2351624403311546477746
Binary1001110111100101001000110111001101100110100111111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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