Html Css Color HEX #A77413 Golden Brown

📋 copy color: '#A77413'

red 167 ◦ green 116 ◦ blue 19

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

Shades of Golden Brown #A77413

Tints of Golden Brown #A77413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.41%

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

R = 55.3%
G = 38.41%
B = 6.29%

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

#A77413 (or 0xA77413) is known color: Golden Brown. HEX triplet: A7, 74 and 13. RGB value is (167,116,19). Sum of RGB (Red+Green+Blue) = 167+116+19=302 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.30% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 167 - color contains mainly: red. Hex color #A77413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77413 is #588BEC. Grayscale: #787878. Windows color (decimal): -5802989 or 1275047. OLE color: 1275047.

HSL color Cylindrical-coordinate representation of color #A77413: hue angle of 39.32º 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 #A77413 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 116 19 -
CMYK 0 0.31 0.89 0.35
HSL 39.32º 0.8% 0.36% -
HSV(B) 39.32º 0.89% 0.65% -
XYZ 22.3 20.75 3.45 -
YUV 120.19 70.9 161.39 -
System Red Green Blue C M Y K H S L
Decimal 167 116 19 0 0.31 0.89 0.35 39.32 0.8 0.36
Hex A7 74 13 0 1F 59 23 27 50 24
Octal 247 164 23 0 37 131 43 47 120 44
Binary 10100111 1110100 10011 0 11111 1011001 100011 100111 1010000 100100

Color Harmonies of #A77413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77413

Black with #A77413

Text Example


Text Example

White with #A77413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77413; }

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

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

background-color css

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

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

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

border-color css

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

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

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