Html Css Color HEX #A27340 Bourbon

📋 copy color: '#A27340'

red 162 ◦ green 115 ◦ blue 64

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

Shades of Bourbon #A27340

Tints of Bourbon #A27340

RGB

 RED value IS 162 (63.67% from 255) = 47.51%

 GREEN value IS 115 (45.31% from 255) = 33.72%

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

R = 47.51%
G = 33.72%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A27340 (or 0xA27340) is known color: Bourbon. HEX triplet: A2, 73 and 40. RGB value is (162,115,64). Sum of RGB (Red+Green+Blue) = 162+115+64=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A27340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27340 is #5D8CBF. Grayscale: #7B7B7B. Windows color (decimal): -6130880 or 4223906. OLE color: 4223906.

HSL color Cylindrical-coordinate representation of color #A27340: hue angle of 31.22º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A27340 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 115 64 -
CMYK 0 0.29 0.60 0.36
HSL 31.22º 0.43% 0.44% -
HSV(B) 31.22º 0.6% 0.64% -
XYZ 21.96 20.31 7.61 -
YUV 123.24 94.57 155.65 -
System Red Green Blue C M Y K H S L
Decimal 162 115 64 0 0.29 0.60 0.36 31.22 0.43 0.44
Hex A2 73 40 0 1D 3C 24 1F 2B 2C
Octal 242 163 100 0 35 74 44 37 53 54
Binary 10100010 1110011 1000000 0 11101 111100 100100 11111 101011 101100

Color Harmonies of #A27340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27340

Black with #A27340

Text Example


Text Example

White with #A27340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27340; }

 p { color: rgb(162,115,64); }

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

background-color css

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

 a { background-color: rgb(162,115,64); }

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

border-color css

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

 span { border-color: rgb(162,115,64); }

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