Html Css Color HEX #A37540 Bourbon

📋 copy color: '#A37540'

red 163 ◦ green 117 ◦ blue 64

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

Shades of Bourbon #A37540

Tints of Bourbon #A37540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.01%

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

R = 47.38%
G = 34.01%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A37540 (or 0xA37540) is known color: Bourbon. HEX triplet: A3, 75 and 40. RGB value is (163,117,64). Sum of RGB (Red+Green+Blue) = 163+117+64=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A37540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37540 is #5C8ABF. Grayscale: #7C7C7C. Windows color (decimal): -6064832 or 4224419. OLE color: 4224419.

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

Color convert

RGB 163 117 64 -
CMYK 0 0.28 0.61 0.36
HSL 32.12º 0.44% 0.45% -
HSV(B) 32.12º 0.61% 0.64% -
XYZ 22.39 20.88 7.7 -
YUV 124.71 93.74 155.31 -
System Red Green Blue C M Y K H S L
Decimal 163 117 64 0 0.28 0.61 0.36 32.12 0.44 0.45
Hex A3 75 40 0 1C 3D 24 20 2C 2D
Octal 243 165 100 0 34 75 44 40 54 55
Binary 10100011 1110101 1000000 0 11100 111101 100100 100000 101100 101101

Color Harmonies of #A37540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37540

Black with #A37540

Text Example


Text Example

White with #A37540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37540; }

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

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

background-color css

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

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

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

border-color css

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

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

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