Html Css Color HEX #AB7740 Bourbon

📋 copy color: '#AB7740'

red 171 ◦ green 119 ◦ blue 64

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

Shades of Bourbon #AB7740

Tints of Bourbon #AB7740

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

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

R = 48.31%
G = 33.62%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB7740 (or 0xAB7740) is known color: Bourbon. HEX triplet: AB, 77 and 40. RGB value is (171,119,64). Sum of RGB (Red+Green+Blue) = 171+119+64=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7740 is #5488BF. Grayscale: #808080. Windows color (decimal): -5540032 or 4224939. OLE color: 4224939.

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

Color convert

RGB 171 119 64 -
CMYK 0 0.30 0.63 0.33
HSL 30.84º 0.46% 0.46% -
HSV(B) 30.84º 0.63% 0.67% -
XYZ 24.32 22.22 7.86 -
YUV 128.28 91.73 158.47 -
System Red Green Blue C M Y K H S L
Decimal 171 119 64 0 0.30 0.63 0.33 30.84 0.46 0.46
Hex AB 77 40 0 1E 3F 21 1F 2E 2E
Octal 253 167 100 0 36 77 41 37 56 56
Binary 10101011 1110111 1000000 0 11110 111111 100001 11111 101110 101110

Color Harmonies of #AB7740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7740

Black with #AB7740

Text Example


Text Example

White with #AB7740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7740; }

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

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

background-color css

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

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

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

border-color css

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

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

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