#AF7349

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

Shades of Bourbon #AF7349

Tints of Bourbon #AF7349

Color information

#AF7349 (or 0xAF7349) is unknown color: approx Bourbon. HEX triplet: AF, 73 and 49. RGB value is (175,115,73). Sum of RGB (Red+Green+Blue) = 175+115+73=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7349 is #508CB6. Grayscale: #808080. Windows color (decimal): -5278903 or 4813743. OLE color: 4813743.

HSL color Cylindrical-coordinate representation of color #AF7349: hue angle of 24.71º 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 #AF7349 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17511573-
CMYK00.340.580.31
HSL24.71º41.13%48.63%-
HSV(B)24.71º58.29%68.63%-
XYZ25.0121.869.2-
YUV128.1596.88161.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.21%
GREEN value IS 115 (45.31% from 255) = 31.68%
BLUE value IS 73 (28.91% from 255) = 20.11%
R=48.21%
G=31.68%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751157300.340.580.3124.7141.1348.63
HexAF73490223A1F192931
Octal2571631110427237315161
Binary101011111110011100100101000101110101111111001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7349; }

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

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

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

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

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

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

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

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