Html Css Color HEX #A77314 Golden Brown

📋 copy color: '#A77314'

red 167 ◦ green 115 ◦ blue 20

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

Shades of Golden Brown #A77314

Tints of Golden Brown #A77314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.62%

R = 55.3%
G = 38.08%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A77314 (or 0xA77314) is known color: Golden Brown. HEX triplet: A7, 73 and 14. RGB value is (167,115,20). Sum of RGB (Red+Green+Blue) = 167+115+20=302 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.30% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 167 - color contains mainly: red. Hex color #A77314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77314 is #588CEB. Grayscale: #787878. Windows color (decimal): -5803244 or 1340327. OLE color: 1340327.

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

Color convert

RGB 167 115 20 -
CMYK 0 0.31 0.88 0.35
HSL 38.78º 0.79% 0.37% -
HSV(B) 38.78º 0.88% 0.65% -
XYZ 22.19 20.53 3.45 -
YUV 119.72 71.73 161.72 -
System Red Green Blue C M Y K H S L
Decimal 167 115 20 0 0.31 0.88 0.35 38.78 0.79 0.37
Hex A7 73 14 0 1F 58 23 27 4F 25
Octal 247 163 24 0 37 130 43 47 117 45
Binary 10100111 1110011 10100 0 11111 1011000 100011 100111 1001111 100101

Color Harmonies of #A77314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77314

Black with #A77314

Text Example


Text Example

White with #A77314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77314; }

 p { color: rgb(167,115,20); }

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

background-color css

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

 a { background-color: rgb(167,115,20); }

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

border-color css

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

 span { border-color: rgb(167,115,20); }

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