Html Css Color HEX #AF7441 Bourbon

📋 copy color: '#AF7441'

red 175 ◦ green 116 ◦ blue 65

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

Shades of Bourbon #AF7441

Tints of Bourbon #AF7441

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.58%

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

R = 49.16%
G = 32.58%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF7441 (or 0xAF7441) is known color: Bourbon. HEX triplet: AF, 74 and 41. RGB value is (175,116,65). Sum of RGB (Red+Green+Blue) = 175+116+65=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7441 is #508BBE. Grayscale: #808080. Windows color (decimal): -5278655 or 4289711. OLE color: 4289711.

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

Color convert

RGB 175 116 65 -
CMYK 0 0.34 0.63 0.31
HSL 27.82º 0.46% 0.47% -
HSV(B) 27.82º 0.63% 0.69% -
XYZ 24.88 21.99 7.93 -
YUV 127.83 92.55 161.65 -
System Red Green Blue C M Y K H S L
Decimal 175 116 65 0 0.34 0.63 0.31 27.82 0.46 0.47
Hex AF 74 41 0 22 3F 1F 1C 2E 2F
Octal 257 164 101 0 42 77 37 34 56 57
Binary 10101111 1110100 1000001 0 100010 111111 11111 11100 101110 101111

Color Harmonies of #AF7441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7441

Black with #AF7441

Text Example


Text Example

White with #AF7441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7441; }

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

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

background-color css

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

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

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

border-color css

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

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

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