Html Css Color HEX #A27441 Bourbon

📋 copy color: '#A27441'

red 162 ◦ green 116 ◦ blue 65

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

Shades of Bourbon #A27441

Tints of Bourbon #A27441

RGB

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

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

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

R = 47.23%
G = 33.82%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A27441 (or 0xA27441) is known color: Bourbon. HEX triplet: A2, 74 and 41. RGB value is (162,116,65). Sum of RGB (Red+Green+Blue) = 162+116+65=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A27441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27441 is #5D8BBE. Grayscale: #7C7C7C. Windows color (decimal): -6130623 or 4289698. OLE color: 4289698.

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

Color convert

RGB 162 116 65 -
CMYK 0 0.28 0.60 0.36
HSL 31.55º 0.43% 0.45% -
HSV(B) 31.55º 0.6% 0.64% -
XYZ 22.1 20.55 7.8 -
YUV 123.94 94.74 155.15 -
System Red Green Blue C M Y K H S L
Decimal 162 116 65 0 0.28 0.60 0.36 31.55 0.43 0.45
Hex A2 74 41 0 1C 3C 24 20 2B 2D
Octal 242 164 101 0 34 74 44 40 53 55
Binary 10100010 1110100 1000001 0 11100 111100 100100 100000 101011 101101

Color Harmonies of #A27441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27441

Black with #A27441

Text Example


Text Example

White with #A27441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27441; }

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

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

background-color css

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

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

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

border-color css

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

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

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