Html Css Color HEX #AB7541 Bourbon

📋 copy color: '#AB7541'

red 171 ◦ green 117 ◦ blue 65

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

Shades of Bourbon #AB7541

Tints of Bourbon #AB7541

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.14%

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

R = 48.44%
G = 33.14%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB7541 (or 0xAB7541) is known color: Bourbon. HEX triplet: AB, 75 and 41. RGB value is (171,117,65). Sum of RGB (Red+Green+Blue) = 171+117+65=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7541 is #548ABE. Grayscale: #7F7F7F. Windows color (decimal): -5540543 or 4289963. OLE color: 4289963.

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

Color convert

RGB 171 117 65 -
CMYK 0 0.32 0.62 0.33
HSL 29.43º 0.45% 0.46% -
HSV(B) 29.43º 0.62% 0.67% -
XYZ 24.11 21.76 7.93 -
YUV 127.22 92.89 159.23 -
System Red Green Blue C M Y K H S L
Decimal 171 117 65 0 0.32 0.62 0.33 29.43 0.45 0.46
Hex AB 75 41 0 20 3E 21 1D 2D 2E
Octal 253 165 101 0 40 76 41 35 55 56
Binary 10101011 1110101 1000001 0 100000 111110 100001 11101 101101 101110

Color Harmonies of #AB7541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7541

Black with #AB7541

Text Example


Text Example

White with #AB7541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7541; }

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

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

background-color css

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

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

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

border-color css

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

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

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