Html Css Color HEX #A37040 Bourbon

📋 copy color: '#A37040'

red 163 ◦ green 112 ◦ blue 64

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

Shades of Bourbon #A37040

Tints of Bourbon #A37040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.04%

 BLUE value IS 64 (25.39% from 255) = 18.88%

R = 48.08%
G = 33.04%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A37040 (or 0xA37040) is known color: Bourbon. HEX triplet: A3, 70 and 40. RGB value is (163,112,64). Sum of RGB (Red+Green+Blue) = 163+112+64=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A37040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37040 is #5C8FBF. Grayscale: #7A7A7A. Windows color (decimal): -6066112 or 4223139. OLE color: 4223139.

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

Color convert

RGB 163 112 64 -
CMYK 0 0.31 0.61 0.36
HSL 29.09º 0.44% 0.45% -
HSV(B) 29.09º 0.61% 0.64% -
XYZ 21.82 19.75 7.51 -
YUV 121.78 95.4 157.4 -
System Red Green Blue C M Y K H S L
Decimal 163 112 64 0 0.31 0.61 0.36 29.09 0.44 0.45
Hex A3 70 40 0 1F 3D 24 1D 2C 2D
Octal 243 160 100 0 37 75 44 35 54 55
Binary 10100011 1110000 1000000 0 11111 111101 100100 11101 101100 101101

Color Harmonies of #A37040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37040

Black with #A37040

Text Example


Text Example

White with #A37040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37040; }

 p { color: rgb(163,112,64); }

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

background-color css

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

 a { background-color: rgb(163,112,64); }

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

border-color css

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

 span { border-color: rgb(163,112,64); }

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