Html Css Color HEX #AF713D Bourbon

📋 copy color: '#AF713D'

red 175 ◦ green 113 ◦ blue 61

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

Shades of Bourbon #AF713D

Tints of Bourbon #AF713D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.38%

 BLUE value IS 61 (24.22% from 255) = 17.48%

R = 50.14%
G = 32.38%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF713D (or 0xAF713D) is known color: Bourbon. HEX triplet: AF, 71 and 3D. RGB value is (175,113,61). Sum of RGB (Red+Green+Blue) = 175+113+61=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF713D is #508EC2. Grayscale: #7D7D7D. Windows color (decimal): -5279427 or 4026799. OLE color: 4026799.

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

Color convert

RGB 175 113 61 -
CMYK 0 0.35 0.65 0.31
HSL 27.37º 0.48% 0.46% -
HSV(B) 27.37º 0.65% 0.69% -
XYZ 24.43 21.26 7.23 -
YUV 125.61 91.54 163.23 -
System Red Green Blue C M Y K H S L
Decimal 175 113 61 0 0.35 0.65 0.31 27.37 0.48 0.46
Hex AF 71 3D 0 23 41 1F 1B 30 2E
Octal 257 161 75 0 43 101 37 33 60 56
Binary 10101111 1110001 111101 0 100011 1000001 11111 11011 110000 101110

Color Harmonies of #AF713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF713D

Black with #AF713D

Text Example


Text Example

White with #AF713D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF713D; }

 p { color: rgb(175,113,61); }

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

background-color css

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

 a { background-color: rgb(175,113,61); }

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

border-color css

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

 span { border-color: rgb(175,113,61); }

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