Html Css Color HEX #AF7449 Bourbon

📋 copy color: '#AF7449'

red 175 ◦ green 116 ◦ blue 73

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

Shades of Bourbon #AF7449

Tints of Bourbon #AF7449

RGB

 RED value IS 175 (68.75% from 255) = 48.08%

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

 BLUE value IS 73 (28.91% from 255) = 20.05%

R = 48.08%
G = 31.87%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF7449 (or 0xAF7449) is known color: Bourbon. HEX triplet: AF, 74 and 49. RGB value is (175,116,73). Sum of RGB (Red+Green+Blue) = 175+116+73=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7449 is #508BB6. Grayscale: #808080. Windows color (decimal): -5278647 or 4813999. OLE color: 4813999.

HSL color Cylindrical-coordinate representation of color #AF7449: hue angle of 25.29º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF7449 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 116 73 -
CMYK 0 0.34 0.58 0.31
HSL 25.29º 0.41% 0.49% -
HSV(B) 25.29º 0.58% 0.69% -
XYZ 25.13 22.09 9.24 -
YUV 128.74 96.55 161 -
System Red Green Blue C M Y K H S L
Decimal 175 116 73 0 0.34 0.58 0.31 25.29 0.41 0.49
Hex AF 74 49 0 22 3A 1F 19 29 31
Octal 257 164 111 0 42 72 37 31 51 61
Binary 10101111 1110100 1001001 0 100010 111010 11111 11001 101001 110001

Color Harmonies of #AF7449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7449

Black with #AF7449

Text Example


Text Example

White with #AF7449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7449; }

 p { color: rgb(175,116,73); }

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

background-color css

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

 a { background-color: rgb(175,116,73); }

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

border-color css

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

 span { border-color: rgb(175,116,73); }

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