Html Css Color HEX #A57413 Golden Brown

📋 copy color: '#A57413'

red 165 ◦ green 116 ◦ blue 19

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

Shades of Golden Brown #A57413

Tints of Golden Brown #A57413

RGB

 RED value IS 165 (64.84% from 255) = 55%

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

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

R = 55%
G = 38.67%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A57413 (or 0xA57413) is known color: Golden Brown. HEX triplet: A5, 74 and 13. RGB value is (165,116,19). Sum of RGB (Red+Green+Blue) = 165+116+19=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A57413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57413 is #5A8BEC. Grayscale: #787878. Windows color (decimal): -5934061 or 1275045. OLE color: 1275045.

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

Color convert

RGB 165 116 19 -
CMYK 0 0.30 0.88 0.35
HSL 39.86º 0.79% 0.36% -
HSV(B) 39.86º 0.88% 0.65% -
XYZ 21.88 20.54 3.43 -
YUV 119.59 71.23 160.39 -
System Red Green Blue C M Y K H S L
Decimal 165 116 19 0 0.30 0.88 0.35 39.86 0.79 0.36
Hex A5 74 13 0 1E 58 23 28 4F 24
Octal 245 164 23 0 36 130 43 50 117 44
Binary 10100101 1110100 10011 0 11110 1011000 100011 101000 1001111 100100

Color Harmonies of #A57413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57413

Black with #A57413

Text Example


Text Example

White with #A57413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57413; }

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

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

background-color css

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

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

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

border-color css

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

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

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