#AF7849

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

Shades of Bourbon #AF7849

Tints of Bourbon #AF7849

Color information

#AF7849 (or 0xAF7849) is unknown color: approx Bourbon. HEX triplet: AF, 78 and 49. RGB value is (175,120,73). Sum of RGB (Red+Green+Blue) = 175+120+73=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7849 is #5087B6. Grayscale: #838383. Windows color (decimal): -5277623 or 4815023. OLE color: 4815023.

HSL color Cylindrical-coordinate representation of color #AF7849: hue angle of 27.65º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF7849 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17512073-
CMYK00.310.580.31
HSL27.65º41.13%48.63%-
HSV(B)27.65º58.29%68.63%-
XYZ25.623.039.4-
YUV131.0995.22159.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.55%
GREEN value IS 120 (47.27% from 255) = 32.61%
BLUE value IS 73 (28.91% from 255) = 19.84%
R=47.55%
G=32.61%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751207300.310.580.3127.6541.1348.63
HexAF784901F3A1F1c2931
Octal2571701110377237345161
Binary10101111111100010010010111111110101111111100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7849; }

 p { color: rgb(175,120,73); }

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

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

 a { background-color: rgb(175,120,73); }

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

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

 span { border-color: rgb(175,120,73); }

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