Html Css Color HEX #AD7441 Bourbon

📋 copy color: '#AD7441'

red 173 ◦ green 116 ◦ blue 65

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

Shades of Bourbon #AD7441

Tints of Bourbon #AD7441

RGB

 RED value IS 173 (67.97% from 255) = 48.87%

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

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

R = 48.87%
G = 32.77%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD7441 (or 0xAD7441) is known color: Bourbon. HEX triplet: AD, 74 and 41. RGB value is (173,116,65). Sum of RGB (Red+Green+Blue) = 173+116+65=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7441 is #528BBE. Grayscale: #7F7F7F. Windows color (decimal): -5409727 or 4289709. OLE color: 4289709.

HSL color Cylindrical-coordinate representation of color #AD7441: hue angle of 28.33º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD7441 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 116 65 -
CMYK 0 0.33 0.62 0.32
HSL 28.33º 0.45% 0.47% -
HSV(B) 28.33º 0.62% 0.68% -
XYZ 24.43 21.76 7.91 -
YUV 127.23 92.88 160.65 -
System Red Green Blue C M Y K H S L
Decimal 173 116 65 0 0.33 0.62 0.32 28.33 0.45 0.47
Hex AD 74 41 0 21 3E 20 1C 2D 2F
Octal 255 164 101 0 41 76 40 34 55 57
Binary 10101101 1110100 1000001 0 100001 111110 100000 11100 101101 101111

Color Harmonies of #AD7441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7441

Black with #AD7441

Text Example


Text Example

White with #AD7441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7441; }

 p { color: rgb(173,116,65); }

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

background-color css

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

 a { background-color: rgb(173,116,65); }

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

border-color css

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

 span { border-color: rgb(173,116,65); }

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