Html Css Color HEX #A36713 Golden Brown

📋 copy color: '#A36713'

red 163 ◦ green 103 ◦ blue 19

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

Shades of Golden Brown #A36713

Tints of Golden Brown #A36713

RGB

 RED value IS 163 (64.06% from 255) = 57.19%

 GREEN value IS 103 (40.63% from 255) = 36.14%

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

R = 57.19%
G = 36.14%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A36713 (or 0xA36713) is known color: Golden Brown. HEX triplet: A3, 67 and 13. RGB value is (163,103,19). Sum of RGB (Red+Green+Blue) = 163+103+19=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A36713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36713 is #5C98EC. Grayscale: #6F6F6F. Windows color (decimal): -6068461 or 1271715. OLE color: 1271715.

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

Color convert

RGB 163 103 19 -
CMYK 0 0.37 0.88 0.36
HSL 35º 0.79% 0.36% -
HSV(B) 35º 0.88% 0.64% -
XYZ 20.07 17.53 2.94 -
YUV 111.36 75.88 164.83 -
System Red Green Blue C M Y K H S L
Decimal 163 103 19 0 0.37 0.88 0.36 35 0.79 0.36
Hex A3 67 13 0 25 58 24 23 4F 24
Octal 243 147 23 0 45 130 44 43 117 44
Binary 10100011 1100111 10011 0 100101 1011000 100100 100011 1001111 100100

Color Harmonies of #A36713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36713

Black with #A36713

Text Example


Text Example

White with #A36713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36713; }

 p { color: rgb(163,103,19); }

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

background-color css

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

 a { background-color: rgb(163,103,19); }

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

border-color css

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

 span { border-color: rgb(163,103,19); }

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