#ab7544

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

Shades of Bourbon #AB7544

Tints of Bourbon #AB7544

Color information

#AB7544 (or 0xAB7544) is unknown color: approx Bourbon. HEX triplet: AB, 75 and 44. RGB value is (171,117,68). Sum of RGB (Red+Green+Blue) = 171+117+68=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7544 is #548ABB. Grayscale: #7F7F7F. Windows color (decimal): -5540540 or 4486571. OLE color: 4486571.

HSL color Cylindrical-coordinate representation of color #AB7544: hue angle of 28.54º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB7544 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17111768-
CMYK00.320.600.33
HSL28.54º43.1%46.86%-
HSV(B)28.54º60.23%67.06%-
XYZ24.221.88.4-
YUV127.5694.39158.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.03%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 68 (26.95% from 255) = 19.10%
R=48.03%
G=32.87%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711176800.320.600.3328.5443.146.86
HexAB75440203C211d2b2f
Octal2531651040407441355357
Binary1010101111101011000100010000011110010000111101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab7544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab7544; }

 p { color: rgb(171,117,68); }

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

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

 a { background-color: rgb(171,117,68); }

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

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

 span { border-color: rgb(171,117,68); }

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