#AF7340

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

Shades of Bourbon #AF7340

Tints of Bourbon #AF7340

Color information

#AF7340 (or 0xAF7340) is unknown color: approx Bourbon. HEX triplet: AF, 73 and 40. RGB value is (175,115,64). Sum of RGB (Red+Green+Blue) = 175+115+64=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7340 is #508CBF. Grayscale: #7F7F7F. Windows color (decimal): -5278912 or 4223919. OLE color: 4223919.

HSL color Cylindrical-coordinate representation of color #AF7340: hue angle of 27.57º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF7340 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB17511564-
CMYK00.340.630.31
HSL27.57º46.44%46.86%-
HSV(B)27.57º63.43%68.63%-
XYZ24.7421.757.74-
YUV127.1392.38162.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.44%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 64 (25.39% from 255) = 18.08%
R=49.44%
G=32.49%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751156400.340.630.3127.5746.4446.86
HexAF73400223F1F1c2e2f
Octal2571631000427737345657
Binary101011111110011100000001000101111111111111100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7340; }

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

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

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

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

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

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

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

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