#9D713D

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

Shades of Buttered Rum #9D713D

Tints of Buttered Rum #9D713D

Color information

#9D713D (or 0x9D713D) is unknown color: approx Buttered Rum. HEX triplet: 9D, 71 and 3D. RGB value is (157,113,61). Sum of RGB (Red+Green+Blue) = 157+113+61=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 157 - color contains mainly: red. Hex color #9D713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D713D is #628EC2. Grayscale: #787878. Windows color (decimal): -6459075 or 4026781. OLE color: 4026781.

HSL color Cylindrical-coordinate representation of color #9D713D: hue angle of 32.5º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D713D is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB15711361-
CMYK00.280.610.38
HSL32.5º44.04%42.75%-
HSV(B)32.5º61.15%61.57%-
XYZ20.6519.327.05-
YUV120.2394.58154.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.43%
GREEN value IS 113 (44.53% from 255) = 34.14%
BLUE value IS 61 (24.22% from 255) = 18.43%
R=47.43%
G=34.14%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571136100.280.610.3832.544.0442.75
Hex9D713D01C3D26202c2b
Octal235161750347546405453
Binary100111011110001111101011100111101100110100000101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,113,61); }

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

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

 a { background-color: rgb(157,113,61); }

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

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

 span { border-color: rgb(157,113,61); }

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