Html Css Color HEX #A56813 Golden Brown

📋 copy color: '#A56813'

red 165 ◦ green 104 ◦ blue 19

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

Shades of Golden Brown #A56813

Tints of Golden Brown #A56813

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.11%

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

R = 57.29%
G = 36.11%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A56813 (or 0xA56813) is known color: Golden Brown. HEX triplet: A5, 68 and 13. RGB value is (165,104,19). Sum of RGB (Red+Green+Blue) = 165+104+19=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A56813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56813 is #5A97EC. Grayscale: #707070. Windows color (decimal): -5937133 or 1271973. OLE color: 1271973.

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

Color convert

RGB 165 104 19 -
CMYK 0 0.37 0.88 0.35
HSL 34.93º 0.79% 0.36% -
HSV(B) 34.93º 0.88% 0.65% -
XYZ 20.58 17.95 3 -
YUV 112.55 75.21 165.41 -
System Red Green Blue C M Y K H S L
Decimal 165 104 19 0 0.37 0.88 0.35 34.93 0.79 0.36
Hex A5 68 13 0 25 58 23 23 4F 24
Octal 245 150 23 0 45 130 43 43 117 44
Binary 10100101 1101000 10011 0 100101 1011000 100011 100011 1001111 100100

Color Harmonies of #A56813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56813

Black with #A56813

Text Example


Text Example

White with #A56813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56813; }

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

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

background-color css

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

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

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

border-color css

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

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

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