Html Css Color HEX #AF7740 Bourbon

📋 copy color: '#AF7740'

red 175 ◦ green 119 ◦ blue 64

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

Shades of Bourbon #AF7740

Tints of Bourbon #AF7740

RGB

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

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

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

R = 48.88%
G = 33.24%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF7740 (or 0xAF7740) is known color: Bourbon. HEX triplet: AF, 77 and 40. RGB value is (175,119,64). Sum of RGB (Red+Green+Blue) = 175+119+64=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7740 is #5088BF. Grayscale: #818181. Windows color (decimal): -5277888 or 4224943. OLE color: 4224943.

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

Color convert

RGB 175 119 64 -
CMYK 0 0.32 0.63 0.31
HSL 29.73º 0.46% 0.47% -
HSV(B) 29.73º 0.63% 0.69% -
XYZ 25.2 22.68 7.9 -
YUV 129.47 91.05 160.47 -
System Red Green Blue C M Y K H S L
Decimal 175 119 64 0 0.32 0.63 0.31 29.73 0.46 0.47
Hex AF 77 40 0 20 3F 1F 1E 2E 2F
Octal 257 167 100 0 40 77 37 36 56 57
Binary 10101111 1110111 1000000 0 100000 111111 11111 11110 101110 101111

Color Harmonies of #AF7740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7740

Black with #AF7740

Text Example


Text Example

White with #AF7740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7740; }

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

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

background-color css

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

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

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

border-color css

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

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

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