Html Css Color HEX #AB7540 Bourbon

📋 copy color: '#AB7540'

red 171 ◦ green 117 ◦ blue 64

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

Shades of Bourbon #AB7540

Tints of Bourbon #AB7540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.18%

R = 48.58%
G = 33.24%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB7540 (or 0xAB7540) is known color: Bourbon. HEX triplet: AB, 75 and 40. RGB value is (171,117,64). Sum of RGB (Red+Green+Blue) = 171+117+64=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7540 is #548ABF. Grayscale: #7F7F7F. Windows color (decimal): -5540544 or 4224427. OLE color: 4224427.

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

Color convert

RGB 171 117 64 -
CMYK 0 0.32 0.63 0.33
HSL 29.72º 0.46% 0.46% -
HSV(B) 29.72º 0.63% 0.67% -
XYZ 24.08 21.75 7.78 -
YUV 127.1 92.39 159.31 -
System Red Green Blue C M Y K H S L
Decimal 171 117 64 0 0.32 0.63 0.33 29.72 0.46 0.46
Hex AB 75 40 0 20 3F 21 1E 2E 2E
Octal 253 165 100 0 40 77 41 36 56 56
Binary 10101011 1110101 1000000 0 100000 111111 100001 11110 101110 101110

Color Harmonies of #AB7540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7540

Black with #AB7540

Text Example


Text Example

White with #AB7540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7540; }

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

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

background-color css

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

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

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

border-color css

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

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

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