Html Css Color HEX #A7713C Bourbon

📋 copy color: '#A7713C'

red 167 ◦ green 113 ◦ blue 60

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

Shades of Bourbon #A7713C

Tints of Bourbon #A7713C

RGB

 RED value IS 167 (65.63% from 255) = 49.12%

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

 BLUE value IS 60 (23.83% from 255) = 17.65%

R = 49.12%
G = 33.24%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A7713C (or 0xA7713C) is known color: Bourbon. HEX triplet: A7, 71 and 3C. RGB value is (167,113,60). Sum of RGB (Red+Green+Blue) = 167+113+60=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 167 - color contains mainly: red. Hex color #A7713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7713C is #588EC3. Grayscale: #7B7B7B. Windows color (decimal): -5803716 or 3961255. OLE color: 3961255.

HSL color Cylindrical-coordinate representation of color #A7713C: hue angle of 29.72º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A7713C is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 113 60 -
CMYK 0 0.32 0.64 0.35
HSL 29.72º 0.47% 0.45% -
HSV(B) 29.72º 0.64% 0.65% -
XYZ 22.66 20.35 7.01 -
YUV 123.1 92.39 159.31 -
System Red Green Blue C M Y K H S L
Decimal 167 113 60 0 0.32 0.64 0.35 29.72 0.47 0.45
Hex A7 71 3C 0 20 40 23 1E 2F 2D
Octal 247 161 74 0 40 100 43 36 57 55
Binary 10100111 1110001 111100 0 100000 1000000 100011 11110 101111 101101

Color Harmonies of #A7713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7713C

Black with #A7713C

Text Example


Text Example

White with #A7713C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7713C; }

 p { color: rgb(167,113,60); }

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

background-color css

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

 a { background-color: rgb(167,113,60); }

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

border-color css

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

 span { border-color: rgb(167,113,60); }

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