#a4723f

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

Shades of Bourbon #A4723F

Tints of Bourbon #A4723F

Color information

#A4723F (or 0xA4723F) is unknown color: approx Bourbon. HEX triplet: A4, 72 and 3F. RGB value is (164,114,63). Sum of RGB (Red+Green+Blue) = 164+114+63=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A4723F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4723F is #5B8DC0. Grayscale: #7B7B7B. Windows color (decimal): -6000065 or 4158116. OLE color: 4158116.

HSL color Cylindrical-coordinate representation of color #A4723F: hue angle of 30.3º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4723F is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB16411463-
CMYK00.300.620.36
HSL30.3º44.49%44.51%-
HSV(B)30.3º61.59%64.31%-
XYZ22.2220.297.45-
YUV123.1494.06157.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.09%
GREEN value IS 114 (44.92% from 255) = 33.43%
BLUE value IS 63 (25% from 255) = 18.48%
R=48.09%
G=33.43%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641146300.300.620.3630.344.4944.51
HexA4723F01E3E241e2c2d
Octal244162770367644365455
Binary10100100111001011111101111011111010010011110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4723f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4723f; }

 p { color: rgb(164,114,63); }

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

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

 a { background-color: rgb(164,114,63); }

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

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

 span { border-color: rgb(164,114,63); }

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