Html Css Color HEX #AB7341 Bourbon

📋 copy color: '#AB7341'

red 171 ◦ green 115 ◦ blue 65

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

Shades of Bourbon #AB7341

Tints of Bourbon #AB7341

RGB

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

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

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

R = 48.72%
G = 32.76%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB7341 (or 0xAB7341) is known color: Bourbon. HEX triplet: AB, 73 and 41. RGB value is (171,115,65). Sum of RGB (Red+Green+Blue) = 171+115+65=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7341 is #548CBE. Grayscale: #7E7E7E. Windows color (decimal): -5541055 or 4289451. OLE color: 4289451.

HSL color Cylindrical-coordinate representation of color #AB7341: hue angle of 28.3º 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 #AB7341 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 115 65 -
CMYK 0 0.33 0.62 0.33
HSL 28.3º 0.45% 0.46% -
HSV(B) 28.3º 0.62% 0.67% -
XYZ 23.88 21.3 7.85 -
YUV 126.04 93.55 160.07 -
System Red Green Blue C M Y K H S L
Decimal 171 115 65 0 0.33 0.62 0.33 28.3 0.45 0.46
Hex AB 73 41 0 21 3E 21 1C 2D 2E
Octal 253 163 101 0 41 76 41 34 55 56
Binary 10101011 1110011 1000001 0 100001 111110 100001 11100 101101 101110

Color Harmonies of #AB7341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7341

Black with #AB7341

Text Example


Text Example

White with #AB7341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7341; }

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

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

background-color css

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

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

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

border-color css

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

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

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