Html Css Color HEX #A37140 Bourbon

📋 copy color: '#A37140'

red 163 ◦ green 113 ◦ blue 64

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

Shades of Bourbon #A37140

Tints of Bourbon #A37140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.24%

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

R = 47.94%
G = 33.24%
B = 18.82%

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

#A37140 (or 0xA37140) is known color: Bourbon. HEX triplet: A3, 71 and 40. RGB value is (163,113,64). Sum of RGB (Red+Green+Blue) = 163+113+64=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A37140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37140 is #5C8EBF. Grayscale: #7A7A7A. Windows color (decimal): -6065856 or 4223395. OLE color: 4223395.

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

Color convert

RGB 163 113 64 -
CMYK 0 0.31 0.61 0.36
HSL 29.7º 0.44% 0.45% -
HSV(B) 29.7º 0.61% 0.64% -
XYZ 21.93 19.97 7.55 -
YUV 122.36 95.07 156.98 -
System Red Green Blue C M Y K H S L
Decimal 163 113 64 0 0.31 0.61 0.36 29.7 0.44 0.45
Hex A3 71 40 0 1F 3D 24 1E 2C 2D
Octal 243 161 100 0 37 75 44 36 54 55
Binary 10100011 1110001 1000000 0 11111 111101 100100 11110 101100 101101

Color Harmonies of #A37140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37140

Black with #A37140

Text Example


Text Example

White with #A37140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37140; }

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

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

background-color css

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

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

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

border-color css

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

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

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