Html Css Color HEX #A3743E Bourbon

📋 copy color: '#A3743E'

red 163 ◦ green 116 ◦ blue 62

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

Shades of Bourbon #A3743E

Tints of Bourbon #A3743E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.02%

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

R = 47.8%
G = 34.02%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A3743E (or 0xA3743E) is known color: Bourbon. HEX triplet: A3, 74 and 3E. RGB value is (163,116,62). Sum of RGB (Red+Green+Blue) = 163+116+62=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A3743E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3743E is #5C8BC1. Grayscale: #7C7C7C. Windows color (decimal): -6065090 or 4093091. OLE color: 4093091.

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

Color convert

RGB 163 116 62 -
CMYK 0 0.29 0.62 0.36
HSL 32.08º 0.45% 0.44% -
HSV(B) 32.08º 0.62% 0.64% -
XYZ 22.22 20.63 7.37 -
YUV 123.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 163 116 62 0 0.29 0.62 0.36 32.08 0.45 0.44
Hex A3 74 3E 0 1D 3E 24 20 2D 2C
Octal 243 164 76 0 35 76 44 40 55 54
Binary 10100011 1110100 111110 0 11101 111110 100100 100000 101101 101100

Color Harmonies of #A3743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3743E

Black with #A3743E

Text Example


Text Example

White with #A3743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3743E; }

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

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

background-color css

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

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

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

border-color css

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

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

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