Html Css Color HEX #AD7941 Bourbon

📋 copy color: '#AD7941'

red 173 ◦ green 121 ◦ blue 65

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

Shades of Bourbon #AD7941

Tints of Bourbon #AD7941

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.7%

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

R = 48.19%
G = 33.7%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD7941 (or 0xAD7941) is known color: Bourbon. HEX triplet: AD, 79 and 41. RGB value is (173,121,65). Sum of RGB (Red+Green+Blue) = 173+121+65=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7941 is #5286BE. Grayscale: #828282. Windows color (decimal): -5408447 or 4290989. OLE color: 4290989.

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

Color convert

RGB 173 121 65 -
CMYK 0 0.30 0.62 0.32
HSL 31.11º 0.45% 0.47% -
HSV(B) 31.11º 0.62% 0.68% -
XYZ 25.03 22.94 8.11 -
YUV 130.16 91.23 158.55 -
System Red Green Blue C M Y K H S L
Decimal 173 121 65 0 0.30 0.62 0.32 31.11 0.45 0.47
Hex AD 79 41 0 1E 3E 20 1F 2D 2F
Octal 255 171 101 0 36 76 40 37 55 57
Binary 10101101 1111001 1000001 0 11110 111110 100000 11111 101101 101111

Color Harmonies of #AD7941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7941

Black with #AD7941

Text Example


Text Example

White with #AD7941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7941; }

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

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

background-color css

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

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

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

border-color css

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

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

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