Html Css Color HEX #A47313 Golden Brown

📋 copy color: '#A47313'

red 164 ◦ green 115 ◦ blue 19

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

Shades of Golden Brown #A47313

Tints of Golden Brown #A47313

RGB

 RED value IS 164 (64.45% from 255) = 55.03%

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

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

R = 55.03%
G = 38.59%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A47313 (or 0xA47313) is known color: Golden Brown. HEX triplet: A4, 73 and 13. RGB value is (164,115,19). Sum of RGB (Red+Green+Blue) = 164+115+19=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A47313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47313 is #5B8CEC. Grayscale: #777777. Windows color (decimal): -5999853 or 1274788. OLE color: 1274788.

HSL color Cylindrical-coordinate representation of color #A47313: hue angle of 39.72º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A47313 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 115 19 -
CMYK 0 0.30 0.88 0.36
HSL 39.72º 0.79% 0.36% -
HSV(B) 39.72º 0.88% 0.64% -
XYZ 21.56 20.2 3.38 -
YUV 118.71 71.73 160.31 -
System Red Green Blue C M Y K H S L
Decimal 164 115 19 0 0.30 0.88 0.36 39.72 0.79 0.36
Hex A4 73 13 0 1E 58 24 28 4F 24
Octal 244 163 23 0 36 130 44 50 117 44
Binary 10100100 1110011 10011 0 11110 1011000 100100 101000 1001111 100100

Color Harmonies of #A47313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47313

Black with #A47313

Text Example


Text Example

White with #A47313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47313; }

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

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

background-color css

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

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

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

border-color css

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

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

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