Html Css Color HEX #AF7340 Bourbon

📋 copy color: '#AF7340'

red 175 ◦ green 115 ◦ blue 64

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

Shades of Bourbon #AF7340

Tints of Bourbon #AF7340

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.49%

 BLUE value IS 64 (25.39% from 255) = 18.08%

R = 49.44%
G = 32.49%
B = 18.08%

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

#AF7340 (or 0xAF7340) is known color: Bourbon. HEX triplet: AF, 73 and 40. RGB value is (175,115,64). Sum of RGB (Red+Green+Blue) = 175+115+64=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7340 is #508CBF. Grayscale: #7F7F7F. Windows color (decimal): -5278912 or 4223919. OLE color: 4223919.

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

Color convert

RGB 175 115 64 -
CMYK 0 0.34 0.63 0.31
HSL 27.57º 0.46% 0.47% -
HSV(B) 27.57º 0.63% 0.69% -
XYZ 24.74 21.75 7.74 -
YUV 127.13 92.38 162.15 -
System Red Green Blue C M Y K H S L
Decimal 175 115 64 0 0.34 0.63 0.31 27.57 0.46 0.47
Hex AF 73 40 0 22 3F 1F 1C 2E 2F
Octal 257 163 100 0 42 77 37 34 56 57
Binary 10101111 1110011 1000000 0 100010 111111 11111 11100 101110 101111

Color Harmonies of #AF7340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7340

Black with #AF7340

Text Example


Text Example

White with #AF7340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7340; }

 p { color: rgb(175,115,64); }

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

background-color css

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

 a { background-color: rgb(175,115,64); }

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

border-color css

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

 span { border-color: rgb(175,115,64); }

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