Html Css Color HEX #A36D47 Bourbon

📋 copy color: '#A36D47'

red 163 ◦ green 109 ◦ blue 71

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

Shades of Bourbon #A36D47

Tints of Bourbon #A36D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.7%

R = 47.52%
G = 31.78%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A36D47 (or 0xA36D47) is known color: Bourbon. HEX triplet: A3, 6D and 47. RGB value is (163,109,71). Sum of RGB (Red+Green+Blue) = 163+109+71=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36D47 is #5C92B8. Grayscale: #797979. Windows color (decimal): -6066873 or 4681123. OLE color: 4681123.

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

Color convert

RGB 163 109 71 -
CMYK 0 0.33 0.56 0.36
HSL 24.78º 0.39% 0.46% -
HSV(B) 24.78º 0.56% 0.64% -
XYZ 21.71 19.18 8.52 -
YUV 120.81 99.89 158.09 -
System Red Green Blue C M Y K H S L
Decimal 163 109 71 0 0.33 0.56 0.36 24.78 0.39 0.46
Hex A3 6D 47 0 21 38 24 19 27 2E
Octal 243 155 107 0 41 70 44 31 47 56
Binary 10100011 1101101 1000111 0 100001 111000 100100 11001 100111 101110

Color Harmonies of #A36D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36D47

Black with #A36D47

Text Example


Text Example

White with #A36D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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