#9F7043

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

Shades of Bourbon #9F7043

Tints of Bourbon #9F7043

Color information

#9F7043 (or 0x9F7043) is unknown color: approx Bourbon. HEX triplet: 9F, 70 and 43. RGB value is (159,112,67). Sum of RGB (Red+Green+Blue) = 159+112+67=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7043 is #608FBC. Grayscale: #797979. Windows color (decimal): -6328253 or 4419743. OLE color: 4419743.

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

Color convert

RGB15911267-
CMYK00.300.580.38
HSL29.35º40.71%44.31%-
HSV(B)29.35º57.86%62.35%-
XYZ21.1119.367.94-
YUV120.9297.57155.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.04%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 67 (26.56% from 255) = 19.82%
R=47.04%
G=33.14%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591126700.300.580.3829.3540.7144.31
Hex9F704301E3A261d292c
Octal2371601030367246355154
Binary100111111110000100001101111011101010011011101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,112,67); }

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

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

 a { background-color: rgb(159,112,67); }

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

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

 span { border-color: rgb(159,112,67); }

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