Html Css Color HEX #A36B3D Bourbon

📋 copy color: '#A36B3D'

red 163 ◦ green 107 ◦ blue 61

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

Shades of Bourbon #A36B3D

Tints of Bourbon #A36B3D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.33%

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

R = 49.24%
G = 32.33%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A36B3D (or 0xA36B3D) is known color: Bourbon. HEX triplet: A3, 6B and 3D. RGB value is (163,107,61). Sum of RGB (Red+Green+Blue) = 163+107+61=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A36B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36B3D is #5C94C2. Grayscale: #767676. Windows color (decimal): -6067395 or 4025251. OLE color: 4025251.

HSL color Cylindrical-coordinate representation of color #A36B3D: hue angle of 27.06º 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 #A36B3D is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 107 61 -
CMYK 0 0.34 0.63 0.36
HSL 27.06º 0.46% 0.44% -
HSV(B) 27.06º 0.63% 0.64% -
XYZ 21.2 18.64 6.89 -
YUV 118.5 95.55 159.74 -
System Red Green Blue C M Y K H S L
Decimal 163 107 61 0 0.34 0.63 0.36 27.06 0.46 0.44
Hex A3 6B 3D 0 22 3F 24 1B 2E 2C
Octal 243 153 75 0 42 77 44 33 56 54
Binary 10100011 1101011 111101 0 100010 111111 100100 11011 101110 101100

Color Harmonies of #A36B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36B3D

Black with #A36B3D

Text Example


Text Example

White with #A36B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36B3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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