#AF7941

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

Shades of Bourbon #AF7941

Tints of Bourbon #AF7941

Color information

#AF7941 (or 0xAF7941) is unknown color: approx Bourbon. HEX triplet: AF, 79 and 41. RGB value is (175,121,65). Sum of RGB (Red+Green+Blue) = 175+121+65=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7941 is #5086BE. Grayscale: #838383. Windows color (decimal): -5277375 or 4290991. OLE color: 4290991.

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

Color convert

RGB17512165-
CMYK00.310.630.31
HSL30.55º45.83%47.06%-
HSV(B)30.55º62.86%68.63%-
XYZ25.4723.178.13-
YUV130.7690.89159.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 121 (47.66% from 255) = 33.52%
BLUE value IS 65 (25.78% from 255) = 18.01%
R=48.48%
G=33.52%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751216500.310.630.3130.5545.8347.06
HexAF794101F3F1F1f2e2f
Octal2571711010377737375657
Binary10101111111100110000010111111111111111111111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7941; }

 p { color: rgb(175,121,65); }

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

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

 a { background-color: rgb(175,121,65); }

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

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

 span { border-color: rgb(175,121,65); }

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