#AF7848

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

Shades of Bourbon #AF7848

Tints of Bourbon #AF7848

Color information

#AF7848 (or 0xAF7848) is unknown color: approx Bourbon. HEX triplet: AF, 78 and 48. RGB value is (175,120,72). Sum of RGB (Red+Green+Blue) = 175+120+72=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7848 is #5087B7. Grayscale: #838383. Windows color (decimal): -5277624 or 4749487. OLE color: 4749487.

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

Color convert

RGB17512072-
CMYK00.310.590.31
HSL27.96º41.7%48.43%-
HSV(B)27.96º58.86%68.63%-
XYZ25.5723.019.23-
YUV130.9794.72159.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.68%
GREEN value IS 120 (47.27% from 255) = 32.70%
BLUE value IS 72 (28.52% from 255) = 19.62%
R=47.68%
G=32.70%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751207200.310.590.3127.9641.748.43
HexAF784801F3B1F1c2a30
Octal2571701100377337345260
Binary10101111111100010010000111111110111111111100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7848; }

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

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

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

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

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

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

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

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