Html Css Color HEX #AF7849 Bourbon

📋 copy color: '#AF7849'

red 175 ◦ green 120 ◦ blue 73

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

Shades of Bourbon #AF7849

Tints of Bourbon #AF7849

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.61%

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

R = 47.55%
G = 32.61%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF7849 (or 0xAF7849) is known color: Bourbon. HEX triplet: AF, 78 and 49. RGB value is (175,120,73). Sum of RGB (Red+Green+Blue) = 175+120+73=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7849 is #5087B6. Grayscale: #838383. Windows color (decimal): -5277623 or 4815023. OLE color: 4815023.

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

Color convert

RGB 175 120 73 -
CMYK 0 0.31 0.58 0.31
HSL 27.65º 0.41% 0.49% -
HSV(B) 27.65º 0.58% 0.69% -
XYZ 25.6 23.03 9.4 -
YUV 131.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 175 120 73 0 0.31 0.58 0.31 27.65 0.41 0.49
Hex AF 78 49 0 1F 3A 1F 1C 29 31
Octal 257 170 111 0 37 72 37 34 51 61
Binary 10101111 1111000 1001001 0 11111 111010 11111 11100 101001 110001

Color Harmonies of #AF7849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7849

Black with #AF7849

Text Example


Text Example

White with #AF7849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7849; }

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

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

background-color css

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

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

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

border-color css

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

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

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