Html Css Color HEX #A37240 Bourbon

📋 copy color: '#A37240'

red 163 ◦ green 114 ◦ blue 64

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

Shades of Bourbon #A37240

Tints of Bourbon #A37240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.43%

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

R = 47.8%
G = 33.43%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A37240 (or 0xA37240) is known color: Bourbon. HEX triplet: A3, 72 and 40. RGB value is (163,114,64). Sum of RGB (Red+Green+Blue) = 163+114+64=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A37240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37240 is #5C8DBF. Grayscale: #7B7B7B. Windows color (decimal): -6065600 or 4223651. OLE color: 4223651.

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

Color convert

RGB 163 114 64 -
CMYK 0 0.30 0.61 0.36
HSL 30.3º 0.44% 0.45% -
HSV(B) 30.3º 0.61% 0.64% -
XYZ 22.05 20.19 7.59 -
YUV 122.95 94.73 156.57 -
System Red Green Blue C M Y K H S L
Decimal 163 114 64 0 0.30 0.61 0.36 30.3 0.44 0.45
Hex A3 72 40 0 1E 3D 24 1E 2C 2D
Octal 243 162 100 0 36 75 44 36 54 55
Binary 10100011 1110010 1000000 0 11110 111101 100100 11110 101100 101101

Color Harmonies of #A37240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37240

Black with #A37240

Text Example


Text Example

White with #A37240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37240; }

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

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

background-color css

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

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

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

border-color css

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

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

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