Html Css Color HEX #AF7547 Bourbon

📋 copy color: '#AF7547'

red 175 ◦ green 117 ◦ blue 71

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

Shades of Bourbon #AF7547

Tints of Bourbon #AF7547

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.23%

 BLUE value IS 71 (28.13% from 255) = 19.56%

R = 48.21%
G = 32.23%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF7547 (or 0xAF7547) is known color: Bourbon. HEX triplet: AF, 75 and 47. RGB value is (175,117,71). Sum of RGB (Red+Green+Blue) = 175+117+71=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7547 is #508AB8. Grayscale: #818181. Windows color (decimal): -5278393 or 4683183. OLE color: 4683183.

HSL color Cylindrical-coordinate representation of color #AF7547: hue angle of 26.54º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF7547 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 117 71 -
CMYK 0 0.33 0.59 0.31
HSL 26.54º 0.42% 0.48% -
HSV(B) 26.54º 0.59% 0.69% -
XYZ 25.18 22.29 8.94 -
YUV 129.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 175 117 71 0 0.33 0.59 0.31 26.54 0.42 0.48
Hex AF 75 47 0 21 3B 1F 1B 2A 30
Octal 257 165 107 0 41 73 37 33 52 60
Binary 10101111 1110101 1000111 0 100001 111011 11111 11011 101010 110000

Color Harmonies of #AF7547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7547

Black with #AF7547

Text Example


Text Example

White with #AF7547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7547; }

 p { color: rgb(175,117,71); }

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

background-color css

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

 a { background-color: rgb(175,117,71); }

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

border-color css

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

 span { border-color: rgb(175,117,71); }

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