Html Css Color HEX #A36D3E Bourbon

📋 copy color: '#A36D3E'

red 163 ◦ green 109 ◦ blue 62

#A36D3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #A36D3E

Tints of Bourbon #A36D3E

RGB

 RED value IS 163 (64.06% from 255) = 48.8%

 GREEN value IS 109 (42.97% from 255) = 32.63%

 BLUE value IS 62 (24.61% from 255) = 18.56%

R = 48.8%
G = 32.63%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A36D3E (or 0xA36D3E) is known color: Bourbon. HEX triplet: A3, 6D and 3E. RGB value is (163,109,62). Sum of RGB (Red+Green+Blue) = 163+109+62=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36D3E is #5C92C1. Grayscale: #787878. Windows color (decimal): -6066882 or 4091299. OLE color: 4091299.

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

Color convert

RGB 163 109 62 -
CMYK 0 0.33 0.62 0.36
HSL 27.92º 0.45% 0.44% -
HSV(B) 27.92º 0.62% 0.64% -
XYZ 21.44 19.07 7.11 -
YUV 119.79 95.39 158.82 -
System Red Green Blue C M Y K H S L
Decimal 163 109 62 0 0.33 0.62 0.36 27.92 0.45 0.44
Hex A3 6D 3E 0 21 3E 24 1C 2D 2C
Octal 243 155 76 0 41 76 44 34 55 54
Binary 10100011 1101101 111110 0 100001 111110 100100 11100 101101 101100

Color Harmonies of #A36D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36D3E

Black with #A36D3E

Text Example


Text Example

White with #A36D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36D3E; }

 p { color: rgb(163,109,62); }

 H1.HeaderClassName
 {
   color: #A36D3E;
 }
 .AnyTagClassName
 {
   color: #A36D3E;
 }
</style>

background-color css

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

 a { background-color: rgb(163,109,62); }

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

border-color css

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

 span { border-color: rgb(163,109,62); }

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