Html Css Color HEX #A37344 Bourbon

📋 copy color: '#A37344'

red 163 ◦ green 115 ◦ blue 68

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

Shades of Bourbon #A37344

Tints of Bourbon #A37344

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.24%

 BLUE value IS 68 (26.95% from 255) = 19.65%

R = 47.11%
G = 33.24%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A37344 (or 0xA37344) is known color: Bourbon. HEX triplet: A3, 73 and 44. RGB value is (163,115,68). Sum of RGB (Red+Green+Blue) = 163+115+68=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A37344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37344 is #5C8CBB. Grayscale: #7C7C7C. Windows color (decimal): -6065340 or 4486051. OLE color: 4486051.

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

Color convert

RGB 163 115 68 -
CMYK 0 0.29 0.58 0.36
HSL 29.68º 0.41% 0.45% -
HSV(B) 29.68º 0.58% 0.64% -
XYZ 22.28 20.47 8.24 -
YUV 123.99 96.4 155.82 -
System Red Green Blue C M Y K H S L
Decimal 163 115 68 0 0.29 0.58 0.36 29.68 0.41 0.45
Hex A3 73 44 0 1D 3A 24 1E 29 2D
Octal 243 163 104 0 35 72 44 36 51 55
Binary 10100011 1110011 1000100 0 11101 111010 100100 11110 101001 101101

Color Harmonies of #A37344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37344

Black with #A37344

Text Example


Text Example

White with #A37344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37344; }

 p { color: rgb(163,115,68); }

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

background-color css

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

 a { background-color: rgb(163,115,68); }

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

border-color css

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

 span { border-color: rgb(163,115,68); }

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