Html Css Color HEX #A37440 Bourbon

📋 copy color: '#A37440'

red 163 ◦ green 116 ◦ blue 64

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

Shades of Bourbon #A37440

Tints of Bourbon #A37440

RGB

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

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

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

R = 47.52%
G = 33.82%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A37440 (or 0xA37440) is known color: Bourbon. HEX triplet: A3, 74 and 40. RGB value is (163,116,64). Sum of RGB (Red+Green+Blue) = 163+116+64=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A37440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37440 is #5C8BBF. Grayscale: #7C7C7C. Windows color (decimal): -6065088 or 4224163. OLE color: 4224163.

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

Color convert

RGB 163 116 64 -
CMYK 0 0.29 0.61 0.36
HSL 31.52º 0.44% 0.45% -
HSV(B) 31.52º 0.61% 0.64% -
XYZ 22.28 20.65 7.66 -
YUV 124.13 94.07 155.73 -
System Red Green Blue C M Y K H S L
Decimal 163 116 64 0 0.29 0.61 0.36 31.52 0.44 0.45
Hex A3 74 40 0 1D 3D 24 20 2C 2D
Octal 243 164 100 0 35 75 44 40 54 55
Binary 10100011 1110100 1000000 0 11101 111101 100100 100000 101100 101101

Color Harmonies of #A37440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37440

Black with #A37440

Text Example


Text Example

White with #A37440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37440; }

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

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

background-color css

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

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

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

border-color css

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

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

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