Html Css Color HEX #A27241 Bourbon

📋 copy color: '#A27241'

red 162 ◦ green 114 ◦ blue 65

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

Shades of Bourbon #A27241

Tints of Bourbon #A27241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.06%

R = 47.51%
G = 33.43%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A27241 (or 0xA27241) is known color: Bourbon. HEX triplet: A2, 72 and 41. RGB value is (162,114,65). Sum of RGB (Red+Green+Blue) = 162+114+65=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A27241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27241 is #5D8DBE. Grayscale: #7B7B7B. Windows color (decimal): -6131135 or 4289186. OLE color: 4289186.

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

Color convert

RGB 162 114 65 -
CMYK 0 0.30 0.60 0.36
HSL 30.31º 0.43% 0.45% -
HSV(B) 30.31º 0.6% 0.64% -
XYZ 21.87 20.1 7.73 -
YUV 122.77 95.4 155.98 -
System Red Green Blue C M Y K H S L
Decimal 162 114 65 0 0.30 0.60 0.36 30.31 0.43 0.45
Hex A2 72 41 0 1E 3C 24 1E 2B 2D
Octal 242 162 101 0 36 74 44 36 53 55
Binary 10100010 1110010 1000001 0 11110 111100 100100 11110 101011 101101

Color Harmonies of #A27241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27241

Black with #A27241

Text Example


Text Example

White with #A27241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27241; }

 p { color: rgb(162,114,65); }

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

background-color css

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

 a { background-color: rgb(162,114,65); }

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

border-color css

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

 span { border-color: rgb(162,114,65); }

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