Html Css Color HEX #AF7748 Bourbon

📋 copy color: '#AF7748'

red 175 ◦ green 119 ◦ blue 72

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

Shades of Bourbon #AF7748

Tints of Bourbon #AF7748

RGB

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

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

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

R = 47.81%
G = 32.51%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF7748 (or 0xAF7748) is known color: Bourbon. HEX triplet: AF, 77 and 48. RGB value is (175,119,72). Sum of RGB (Red+Green+Blue) = 175+119+72=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7748 is #5088B7. Grayscale: #828282. Windows color (decimal): -5277880 or 4749231. OLE color: 4749231.

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

Color convert

RGB 175 119 72 -
CMYK 0 0.32 0.59 0.31
HSL 27.38º 0.42% 0.48% -
HSV(B) 27.38º 0.59% 0.69% -
XYZ 25.45 22.78 9.19 -
YUV 130.39 95.05 159.82 -
System Red Green Blue C M Y K H S L
Decimal 175 119 72 0 0.32 0.59 0.31 27.38 0.42 0.48
Hex AF 77 48 0 20 3B 1F 1B 2A 30
Octal 257 167 110 0 40 73 37 33 52 60
Binary 10101111 1110111 1001000 0 100000 111011 11111 11011 101010 110000

Color Harmonies of #AF7748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7748

Black with #AF7748

Text Example


Text Example

White with #AF7748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7748; }

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

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

background-color css

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

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

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

border-color css

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

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

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