Html Css Color HEX #AF7241 Bourbon

📋 copy color: '#AF7241'

red 175 ◦ green 114 ◦ blue 65

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

Shades of Bourbon #AF7241

Tints of Bourbon #AF7241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.2%

 BLUE value IS 65 (25.78% from 255) = 18.36%

R = 49.44%
G = 32.2%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF7241 (or 0xAF7241) is known color: Bourbon. HEX triplet: AF, 72 and 41. RGB value is (175,114,65). Sum of RGB (Red+Green+Blue) = 175+114+65=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7241 is #508DBE. Grayscale: #7E7E7E. Windows color (decimal): -5279167 or 4289199. OLE color: 4289199.

HSL color Cylindrical-coordinate representation of color #AF7241: hue angle of 26.73º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF7241 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 114 65 -
CMYK 0 0.35 0.63 0.31
HSL 26.73º 0.46% 0.47% -
HSV(B) 26.73º 0.63% 0.69% -
XYZ 24.65 21.53 7.86 -
YUV 126.65 93.21 162.48 -
System Red Green Blue C M Y K H S L
Decimal 175 114 65 0 0.35 0.63 0.31 26.73 0.46 0.47
Hex AF 72 41 0 23 3F 1F 1B 2E 2F
Octal 257 162 101 0 43 77 37 33 56 57
Binary 10101111 1110010 1000001 0 100011 111111 11111 11011 101110 101111

Color Harmonies of #AF7241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7241

Black with #AF7241

Text Example


Text Example

White with #AF7241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7241; }

 p { color: rgb(175,114,65); }

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

background-color css

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

 a { background-color: rgb(175,114,65); }

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

border-color css

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

 span { border-color: rgb(175,114,65); }

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