Html Css Color HEX #AB7141 Bourbon

📋 copy color: '#AB7141'

red 171 ◦ green 113 ◦ blue 65

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

Shades of Bourbon #AB7141

Tints of Bourbon #AB7141

RGB

 RED value IS 171 (67.19% from 255) = 49%

 GREEN value IS 113 (44.53% from 255) = 32.38%

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

R = 49%
G = 32.38%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB7141 (or 0xAB7141) is known color: Bourbon. HEX triplet: AB, 71 and 41. RGB value is (171,113,65). Sum of RGB (Red+Green+Blue) = 171+113+65=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7141 is #548EBE. Grayscale: #7D7D7D. Windows color (decimal): -5541567 or 4288939. OLE color: 4288939.

HSL color Cylindrical-coordinate representation of color #AB7141: hue angle of 27.17º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB7141 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 113 65 -
CMYK 0 0.34 0.62 0.33
HSL 27.17º 0.45% 0.46% -
HSV(B) 27.17º 0.62% 0.67% -
XYZ 23.65 20.85 7.78 -
YUV 124.87 94.22 160.9 -
System Red Green Blue C M Y K H S L
Decimal 171 113 65 0 0.34 0.62 0.33 27.17 0.45 0.46
Hex AB 71 41 0 22 3E 21 1B 2D 2E
Octal 253 161 101 0 42 76 41 33 55 56
Binary 10101011 1110001 1000001 0 100010 111110 100001 11011 101101 101110

Color Harmonies of #AB7141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7141

Black with #AB7141

Text Example


Text Example

White with #AB7141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7141; }

 p { color: rgb(171,113,65); }

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

background-color css

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

 a { background-color: rgb(171,113,65); }

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

border-color css

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

 span { border-color: rgb(171,113,65); }

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