Html Css Color HEX #A36D3D Bourbon

📋 copy color: '#A36D3D'

red 163 ◦ green 109 ◦ blue 61

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

Shades of Bourbon #A36D3D

Tints of Bourbon #A36D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.32%

R = 48.95%
G = 32.73%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A36D3D (or 0xA36D3D) is known color: Bourbon. HEX triplet: A3, 6D and 3D. RGB value is (163,109,61). Sum of RGB (Red+Green+Blue) = 163+109+61=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36D3D is #5C92C2. Grayscale: #777777. Windows color (decimal): -6066883 or 4025763. OLE color: 4025763.

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

Color convert

RGB 163 109 61 -
CMYK 0 0.33 0.63 0.36
HSL 28.24º 0.46% 0.44% -
HSV(B) 28.24º 0.63% 0.64% -
XYZ 21.42 19.06 6.97 -
YUV 119.67 94.89 158.9 -
System Red Green Blue C M Y K H S L
Decimal 163 109 61 0 0.33 0.63 0.36 28.24 0.46 0.44
Hex A3 6D 3D 0 21 3F 24 1C 2E 2C
Octal 243 155 75 0 41 77 44 34 56 54
Binary 10100011 1101101 111101 0 100001 111111 100100 11100 101110 101100

Color Harmonies of #A36D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36D3D

Black with #A36D3D

Text Example


Text Example

White with #A36D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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