Html Css Color HEX #A56313 Golden Brown

📋 copy color: '#A56313'

red 165 ◦ green 99 ◦ blue 19

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

Shades of Golden Brown #A56313

Tints of Golden Brown #A56313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.98%

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

R = 58.3%
G = 34.98%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A56313 (or 0xA56313) is known color: Golden Brown. HEX triplet: A5, 63 and 13. RGB value is (165,99,19). Sum of RGB (Red+Green+Blue) = 165+99+19=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A56313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56313 is #5A9CEC. Grayscale: #6E6E6E. Windows color (decimal): -5938413 or 1270693. OLE color: 1270693.

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

Color convert

RGB 165 99 19 -
CMYK 0 0.40 0.88 0.35
HSL 32.88º 0.79% 0.36% -
HSV(B) 32.88º 0.88% 0.65% -
XYZ 20.1 16.97 2.83 -
YUV 109.61 76.87 167.5 -
System Red Green Blue C M Y K H S L
Decimal 165 99 19 0 0.40 0.88 0.35 32.88 0.79 0.36
Hex A5 63 13 0 28 58 23 21 4F 24
Octal 245 143 23 0 50 130 43 41 117 44
Binary 10100101 1100011 10011 0 101000 1011000 100011 100001 1001111 100100

Color Harmonies of #A56313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56313

Black with #A56313

Text Example


Text Example

White with #A56313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56313; }

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

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

background-color css

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

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

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

border-color css

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

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

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