#AB7240

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

Shades of Bourbon #AB7240

Tints of Bourbon #AB7240

Color information

#AB7240 (or 0xAB7240) is unknown color: approx Bourbon. HEX triplet: AB, 72 and 40. RGB value is (171,114,64). Sum of RGB (Red+Green+Blue) = 171+114+64=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7240 is #548DBF. Grayscale: #7D7D7D. Windows color (decimal): -5541312 or 4223659. OLE color: 4223659.

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

Color convert

RGB17111464-
CMYK00.330.630.33
HSL28.04º45.53%46.08%-
HSV(B)28.04º62.57%67.06%-
XYZ23.7421.067.66-
YUV125.3493.38160.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 114 (44.92% from 255) = 32.66%
BLUE value IS 64 (25.39% from 255) = 18.34%
R=49.00%
G=32.66%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711146400.330.630.3328.0445.5346.08
HexAB72400213F211c2e2e
Octal2531621000417741345656
Binary1010101111100101000000010000111111110000111100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7240; }

 p { color: rgb(171,114,64); }

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

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

 a { background-color: rgb(171,114,64); }

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

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

 span { border-color: rgb(171,114,64); }

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