Html Css Color HEX #AF7749 Bourbon

📋 copy color: '#AF7749'

red 175 ◦ green 119 ◦ blue 73

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

Shades of Bourbon #AF7749

Tints of Bourbon #AF7749

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.43%

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

R = 47.68%
G = 32.43%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF7749 (or 0xAF7749) is known color: Bourbon. HEX triplet: AF, 77 and 49. RGB value is (175,119,73). Sum of RGB (Red+Green+Blue) = 175+119+73=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7749 is #5088B6. Grayscale: #828282. Windows color (decimal): -5277879 or 4814767. OLE color: 4814767.

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

Color convert

RGB 175 119 73 -
CMYK 0 0.32 0.58 0.31
HSL 27.06º 0.41% 0.49% -
HSV(B) 27.06º 0.58% 0.69% -
XYZ 25.48 22.79 9.36 -
YUV 130.5 95.55 159.74 -
System Red Green Blue C M Y K H S L
Decimal 175 119 73 0 0.32 0.58 0.31 27.06 0.41 0.49
Hex AF 77 49 0 20 3A 1F 1B 29 31
Octal 257 167 111 0 40 72 37 33 51 61
Binary 10101111 1110111 1001001 0 100000 111010 11111 11011 101001 110001

Color Harmonies of #AF7749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7749

Black with #AF7749

Text Example


Text Example

White with #AF7749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7749; }

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

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

background-color css

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

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

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

border-color css

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

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

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