#A36F3F

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

Shades of Bourbon #A36F3F

Tints of Bourbon #A36F3F

Color information

#A36F3F (or 0xA36F3F) is unknown color: approx Bourbon. HEX triplet: A3, 6F and 3F. RGB value is (163,111,63). Sum of RGB (Red+Green+Blue) = 163+111+63=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36F3F is #5C90C0. Grayscale: #797979. Windows color (decimal): -6066369 or 4157347. OLE color: 4157347.

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

Color convert

RGB16311163-
CMYK00.320.610.36
HSL28.8º44.25%44.31%-
HSV(B)28.8º61.35%63.92%-
XYZ21.6919.517.33-
YUV121.0895.23157.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.37%
GREEN value IS 111 (43.75% from 255) = 32.94%
BLUE value IS 63 (25% from 255) = 18.69%
R=48.37%
G=32.94%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631116300.320.610.3628.844.2544.31
HexA36F3F0203D241d2c2c
Octal243157770407544355454
Binary101000111101111111111010000011110110010011101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F3F; }

 p { color: rgb(163,111,63); }

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

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

 a { background-color: rgb(163,111,63); }

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

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

 span { border-color: rgb(163,111,63); }

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