#AD7541

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

Shades of Bourbon #AD7541

Tints of Bourbon #AD7541

Color information

#AD7541 (or 0xAD7541) is unknown color: approx Bourbon. HEX triplet: AD, 75 and 41. RGB value is (173,117,65). Sum of RGB (Red+Green+Blue) = 173+117+65=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7541 is #528ABE. Grayscale: #808080. Windows color (decimal): -5409471 or 4289965. OLE color: 4289965.

HSL color Cylindrical-coordinate representation of color #AD7541: hue angle of 28.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD7541 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB17311765-
CMYK00.320.620.32
HSL28.89º45.38%46.67%-
HSV(B)28.89º62.43%67.84%-
XYZ24.5521.997.95-
YUV127.8292.55160.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.73%
GREEN value IS 117 (46.09% from 255) = 32.96%
BLUE value IS 65 (25.78% from 255) = 18.31%
R=48.73%
G=32.96%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731176500.320.620.3228.8945.3846.67
HexAD75410203E201d2d2f
Octal2551651010407640355557
Binary1010110111101011000001010000011111010000011101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7541; }

 p { color: rgb(173,117,65); }

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

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

 a { background-color: rgb(173,117,65); }

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

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

 span { border-color: rgb(173,117,65); }

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