Html Css Color HEX #AB7448 Bourbon

📋 copy color: '#AB7448'

red 171 ◦ green 116 ◦ blue 72

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

Shades of Bourbon #AB7448

Tints of Bourbon #AB7448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.31%

 BLUE value IS 72 (28.52% from 255) = 20.06%

R = 47.63%
G = 32.31%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB7448 (or 0xAB7448) is known color: Bourbon. HEX triplet: AB, 74 and 48. RGB value is (171,116,72). Sum of RGB (Red+Green+Blue) = 171+116+72=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7448 is #548BB7. Grayscale: #7F7F7F. Windows color (decimal): -5540792 or 4748459. OLE color: 4748459.

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

Color convert

RGB 171 116 72 -
CMYK 0 0.32 0.58 0.33
HSL 26.67º 0.41% 0.48% -
HSV(B) 26.67º 0.58% 0.67% -
XYZ 24.21 21.62 9.03 -
YUV 127.43 96.72 159.08 -
System Red Green Blue C M Y K H S L
Decimal 171 116 72 0 0.32 0.58 0.33 26.67 0.41 0.48
Hex AB 74 48 0 20 3A 21 1B 29 30
Octal 253 164 110 0 40 72 41 33 51 60
Binary 10101011 1110100 1001000 0 100000 111010 100001 11011 101001 110000

Color Harmonies of #AB7448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7448

Black with #AB7448

Text Example


Text Example

White with #AB7448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7448; }

 p { color: rgb(171,116,72); }

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

background-color css

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

 a { background-color: rgb(171,116,72); }

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

border-color css

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

 span { border-color: rgb(171,116,72); }

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