Html Css Color HEX #AF7548 Bourbon

📋 copy color: '#AF7548'

red 175 ◦ green 117 ◦ blue 72

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

Shades of Bourbon #AF7548

Tints of Bourbon #AF7548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.78%

R = 48.08%
G = 32.14%
B = 19.78%

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

#AF7548 (or 0xAF7548) is known color: Bourbon. HEX triplet: AF, 75 and 48. RGB value is (175,117,72). Sum of RGB (Red+Green+Blue) = 175+117+72=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7548 is #508AB7. Grayscale: #818181. Windows color (decimal): -5278392 or 4748719. OLE color: 4748719.

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

Color convert

RGB 175 117 72 -
CMYK 0 0.33 0.59 0.31
HSL 26.21º 0.42% 0.48% -
HSV(B) 26.21º 0.59% 0.69% -
XYZ 25.21 22.3 9.11 -
YUV 129.21 95.72 160.66 -
System Red Green Blue C M Y K H S L
Decimal 175 117 72 0 0.33 0.59 0.31 26.21 0.42 0.48
Hex AF 75 48 0 21 3B 1F 1A 2A 30
Octal 257 165 110 0 41 73 37 32 52 60
Binary 10101111 1110101 1001000 0 100001 111011 11111 11010 101010 110000

Color Harmonies of #AF7548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7548

Black with #AF7548

Text Example


Text Example

White with #AF7548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7548; }

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

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

background-color css

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

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

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

border-color css

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

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

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