Html Css Color HEX #AB7542 Bourbon

📋 copy color: '#AB7542'

red 171 ◦ green 117 ◦ blue 66

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

Shades of Bourbon #AB7542

Tints of Bourbon #AB7542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.64%

R = 48.31%
G = 33.05%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB7542 (or 0xAB7542) is known color: Bourbon. HEX triplet: AB, 75 and 42. RGB value is (171,117,66). Sum of RGB (Red+Green+Blue) = 171+117+66=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7542 is #548ABD. Grayscale: #7F7F7F. Windows color (decimal): -5540542 or 4355499. OLE color: 4355499.

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

Color convert

RGB 171 117 66 -
CMYK 0 0.32 0.61 0.33
HSL 29.14º 0.44% 0.46% -
HSV(B) 29.14º 0.61% 0.67% -
XYZ 24.14 21.77 8.08 -
YUV 127.33 93.39 159.15 -
System Red Green Blue C M Y K H S L
Decimal 171 117 66 0 0.32 0.61 0.33 29.14 0.44 0.46
Hex AB 75 42 0 20 3D 21 1D 2C 2E
Octal 253 165 102 0 40 75 41 35 54 56
Binary 10101011 1110101 1000010 0 100000 111101 100001 11101 101100 101110

Color Harmonies of #AB7542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7542

Black with #AB7542

Text Example


Text Example

White with #AB7542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7542; }

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

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

background-color css

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

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

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

border-color css

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

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

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