Html Css Color HEX #A77313 Golden Brown

📋 copy color: '#A77313'

red 167 ◦ green 115 ◦ blue 19

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

Shades of Golden Brown #A77313

Tints of Golden Brown #A77313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.31%

R = 55.48%
G = 38.21%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A77313 (or 0xA77313) is known color: Golden Brown. HEX triplet: A7, 73 and 13. RGB value is (167,115,19). Sum of RGB (Red+Green+Blue) = 167+115+19=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A77313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77313 is #588CEC. Grayscale: #787878. Windows color (decimal): -5803245 or 1274791. OLE color: 1274791.

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

Color convert

RGB 167 115 19 -
CMYK 0 0.31 0.89 0.35
HSL 38.92º 0.8% 0.36% -
HSV(B) 38.92º 0.89% 0.65% -
XYZ 22.18 20.52 3.41 -
YUV 119.6 71.23 161.81 -
System Red Green Blue C M Y K H S L
Decimal 167 115 19 0 0.31 0.89 0.35 38.92 0.8 0.36
Hex A7 73 13 0 1F 59 23 27 50 24
Octal 247 163 23 0 37 131 43 47 120 44
Binary 10100111 1110011 10011 0 11111 1011001 100011 100111 1010000 100100

Color Harmonies of #A77313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77313

Black with #A77313

Text Example


Text Example

White with #A77313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77313; }

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

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

background-color css

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

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

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

border-color css

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

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

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